reduce default margin from bottom on ActionIcon

This commit is contained in:
ammarahm-ed
2021-02-20 14:47:37 +05:00
parent a9bbe9cd00
commit 45c08ca5e1

View File

@@ -16,7 +16,7 @@ export const ActionIcon = ({
left = 10,
right = 10,
top = 30,
bottom = 30,
bottom = 10,
testID,
disabled,
onLongPress,