Skip to content

Commit 94d1040

Browse files
committed
Fix margin of menu icon.
1 parent 3e1cc50 commit 94d1040

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/navigation/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ export const headerLeft = (navigation, testID = 'menuBtn') => {
163163
<HeaderButton
164164
iconName="menu"
165165
onPress={() => navigation.dispatch(DrawerActions.toggleDrawer())}
166+
style={{ marginLeft: 16 }}
166167
testID={testID}
167168
/>
168169
</HeaderButtons>

0 commit comments

Comments
 (0)