1
0
Fork 0

Improved bottom bar fab position

Dieser Commit ist enthalten in:
Arnaud Vergnet 2020-04-16 14:54:10 +02:00
Ursprung 0cbd263801
Commit 30e726b694

Datei anzeigen

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