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: {
position: 'absolute',
alignSelf: 'center',
top: -10,
top: '-25%',
}
});