From 671a883d58f991055250949daf911bdc43e74ff1 Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Mon, 7 Jun 2021 09:51:11 +0500 Subject: [PATCH] add footer padding --- .../src/components/ActionSheetComponent/ActionSheetWrapper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mobile/src/components/ActionSheetComponent/ActionSheetWrapper.js b/apps/mobile/src/components/ActionSheetComponent/ActionSheetWrapper.js index 263af579f..0963b3741 100644 --- a/apps/mobile/src/components/ActionSheetComponent/ActionSheetWrapper.js +++ b/apps/mobile/src/components/ActionSheetComponent/ActionSheetWrapper.js @@ -97,7 +97,7 @@ const ActionSheetWrapper = ({ } onClose={_onClose}> {children} - + ); };