mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
reduce distance from bottom for add button
This commit is contained in:
@@ -54,7 +54,7 @@ export const ContainerBottomButton = ({
|
||||
right: 12,
|
||||
bottom:
|
||||
Platform.OS === 'ios' && insets.bottom !== 0
|
||||
? insets.bottom - 10
|
||||
? insets.bottom - 25
|
||||
: insets.bottom + 12,
|
||||
zIndex: 10,
|
||||
transform: [
|
||||
|
||||
Reference in New Issue
Block a user