From 877dcc8eaf7314ac9666d26b1c889b217a674ecd Mon Sep 17 00:00:00 2001 From: Sai Ranjit Tummalapalli Date: Wed, 29 Nov 2023 16:00:00 +0530 Subject: [PATCH] fix: credential detail modal button container (#155) Signed-off-by: Poonam Ghewande --- app/components/modals/CommonRemoveModal.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/components/modals/CommonRemoveModal.tsx b/app/components/modals/CommonRemoveModal.tsx index b4e7e6185..b58e9e859 100644 --- a/app/components/modals/CommonRemoveModal.tsx +++ b/app/components/modals/CommonRemoveModal.tsx @@ -125,6 +125,10 @@ const CommonRemoveModal: React.FC = ({ usage, visible, d ...TextTheme.modalNormal, marginTop: 25, }, + buttonsContainer: { + paddingTop: 10, + paddingBottom: 25, + }, }) const titleForConfirmButton = (): string => { @@ -321,7 +325,7 @@ const CommonRemoveModal: React.FC = ({ usage, visible, d } /> - +