Skip to content

Commit

Permalink
fix: formatter dropdown not flex
Browse files Browse the repository at this point in the history
  • Loading branch information
Vali-98 committed Feb 3, 2025
1 parent e7d58bf commit 82a5b8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/screens/FormattingManager/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ const FormattingManager = () => {
alignItems: 'center',
}}>
<DropdownSheet
containerStyle={{ flex: 1 }}
selected={selectedItem}
data={instructList}
labelExtractor={(item) => item.name}
Expand Down

0 comments on commit 82a5b8b

Please sign in to comment.