Update FloatButtons.tsx

This commit is contained in:
Marcos Rodriguez Velez 2024-04-17 21:19:28 -04:00
parent b044563dc4
commit b4b5df59e3
No known key found for this signature in database
GPG key ID: 6030B2F48CCE86D7

View file

@ -11,7 +11,7 @@ const ICON_MARGIN = 7;
const cStyles = StyleSheet.create({
root: {
alignSelf: 'center',
height: '6.3%',
height: '6.9%',
minHeight: 44,
},
rootAbsolute: {