aboutsummaryrefslogtreecommitdiff
path: root/src/routes/tabs
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes/tabs')
-rw-r--r--src/routes/tabs/NavigationBar.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/tabs/NavigationBar.tsx b/src/routes/tabs/NavigationBar.tsx
index e0341c40..21a1f7d2 100644
--- a/src/routes/tabs/NavigationBar.tsx
+++ b/src/routes/tabs/NavigationBar.tsx
@@ -53,7 +53,7 @@ const NavigationBar: React.FC = () => {
borderTopWidth: 0,
left: 0,
right: 0,
- bottom: 0,
+ bottom: '1%',
},
}}>
<Tabs.Screen name="Home" component={Home} />