From 30e726b694e9a4688a3bed8f98604915fc9543cf Mon Sep 17 00:00:00 2001 From: Arnaud Vergnet Date: Thu, 16 Apr 2020 14:54:10 +0200 Subject: [PATCH] Improved bottom bar fab position --- src/components/Custom/AnimatedBottomBar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Custom/AnimatedBottomBar.js b/src/components/Custom/AnimatedBottomBar.js index ac5cf7c..eab966f 100644 --- a/src/components/Custom/AnimatedBottomBar.js +++ b/src/components/Custom/AnimatedBottomBar.js @@ -136,7 +136,7 @@ const styles = StyleSheet.create({ fab: { position: 'absolute', alignSelf: 'center', - top: -10, + top: '-25%', } });