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%', } });