From 45c08ca5e152848059ceff0285c181e8ea3014cf Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Sat, 20 Feb 2021 14:47:37 +0500 Subject: [PATCH] reduce default margin from bottom on ActionIcon --- apps/mobile/src/components/ActionIcon/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mobile/src/components/ActionIcon/index.js b/apps/mobile/src/components/ActionIcon/index.js index c4deb1556..9fc21f610 100644 --- a/apps/mobile/src/components/ActionIcon/index.js +++ b/apps/mobile/src/components/ActionIcon/index.js @@ -16,7 +16,7 @@ export const ActionIcon = ({ left = 10, right = 10, top = 30, - bottom = 30, + bottom = 10, testID, disabled, onLongPress,