aboutsummaryrefslogtreecommitdiffstats
path: root/components/Menu.jsx
diff options
context:
space:
mode:
authorGravatar piotrruss <mail@pruss.it> 2022-05-19 00:59:16 +0100
committerGravatar piotrruss <mail@pruss.it> 2022-05-19 00:59:16 +0100
commit9996d8f36cf91a7e9932961cbf0c178a62aa14d3 (patch)
treefc2902009c807dcc74e0e0624280712677fdb42b /components/Menu.jsx
parentd77d7c440333ded46eeb8d28e22ec5517f3b15b8 (diff)
downloadnotes_mobile-9996d8f36cf91a7e9932961cbf0c178a62aa14d3.tar.gz
notes_mobile-9996d8f36cf91a7e9932961cbf0c178a62aa14d3.tar.bz2
notes_mobile-9996d8f36cf91a7e9932961cbf0c178a62aa14d3.zip
remove notes
Diffstat (limited to 'components/Menu.jsx')
-rw-r--r--components/Menu.jsx4
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,
},
});