Browse Source

Improved bottom bar fab position

Arnaud Vergnet 4 years ago
parent
commit
30e726b694
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/components/Custom/AnimatedBottomBar.js

+ 1
- 1
src/components/Custom/AnimatedBottomBar.js View File

@@ -136,7 +136,7 @@ const styles = StyleSheet.create({
136 136
     fab: {
137 137
         position: 'absolute',
138 138
         alignSelf: 'center',
139
-        top: -10,
139
+        top: '-25%',
140 140
     }
141 141
 });
142 142
 

Loading…
Cancel
Save