Skip to content

Commit 57c8307

Browse files
Fix: generic header margin
1 parent 384044e commit 57c8307

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Components/Header/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ function MenuItem(index, selected, setSelected, title) {
6464
const styles = StyleSheet.create({
6565
logoContainer: {
6666
flex: 1,
67-
marginRight:80,
67+
marginRight:70,
68+
6869
},
6970
buttonContainer: { marginTop: 25, marginLeft: 40 },
7071
});

0 commit comments

Comments
 (0)