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 } /> - +