Skip to content

Commit

Permalink
[FIX] creation options height
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielbazan7 committed Sep 30, 2024
1 parent 457d8b4 commit 8ee083e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/styled/Containers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ export const OptionListContainer = styled.View`

export const OptionList = styled.TouchableOpacity`
background-color: ${({theme: {dark}}) => (dark ? LightBlack : Feather)};
height: 100px;
height: auto;
border-radius: 12px;
margin-bottom: ${ScreenGutter};
flex-direction: row;
Expand Down

0 comments on commit 8ee083e

Please sign in to comment.