We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df28d87 commit cc14479Copy full SHA for cc14479
src/components/Menu/MenuItem.tsx
@@ -122,9 +122,11 @@ const iconWidth = 40;
122
123
const styles = StyleSheet.create({
124
container: {
125
- padding: 8,
+ paddingHorizontal: 8,
126
minWidth,
127
maxWidth,
128
+ height: 48,
129
+ justifyContent: 'center',
130
},
131
row: {
132
flexDirection: 'row',
@@ -136,7 +138,7 @@ const styles = StyleSheet.create({
136
138
fontSize: 16,
137
139
140
item: {
- margin: 8,
141
+ marginHorizontal: 8,
142
143
content: {
144
justifyContent: 'center',
0 commit comments