diff options
Diffstat (limited to 'components/Menu.jsx')
-rw-r--r-- | components/Menu.jsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/Menu.jsx b/components/Menu.jsx index bc883e4..f6de610 100644 --- a/components/Menu.jsx +++ b/components/Menu.jsx @@ -55,7 +55,7 @@ const Menu = ({ session, setSession, setEdit, showError, saveNote }) => { const styles = StyleSheet.create({ menu: { backgroundColor: 'lightgrey', - height: 55, + height: 60, width: '100%', flexDirection: 'row', alignItems: 'flex-end', @@ -64,7 +64,7 @@ const styles = StyleSheet.create({ }, menuText: { fontWeight: 'bold', - paddingHorizontal: 10, + paddingHorizontal: 15, }, }); |