Improved bottom bar fab position
This commit is contained in:
parent
0cbd263801
commit
30e726b694
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ const styles = StyleSheet.create({
|
||||||
fab: {
|
fab: {
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
alignSelf: 'center',
|
alignSelf: 'center',
|
||||||
top: -10,
|
top: '-25%',
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue