Skip to content

Commit

Permalink
Merge pull request #113 from DogusErdem/fix/menu-icon-center
Browse files Browse the repository at this point in the history
fix: Menu item icon centered.
  • Loading branch information
KaganYrk authored Mar 7, 2024
2 parents 8fabacf + fef5ee8 commit 24c5b96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Menu/Menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const styles = StyleSheet.create({
menuButton: {
margin: 10,
flexDirection: 'row',
alignItems: 'center',
},
buttonContainer: {
flexDirection: 'row',
Expand Down

0 comments on commit 24c5b96

Please sign in to comment.