Improved bottom bar fab position

This commit is contained in:
Arnaud Vergnet 2020-04-16 14:54:10 +02:00
parent 0cbd263801
commit 30e726b694

View file

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