Skip to content

Commit

Permalink
fix: credential detail modal button container (#155)
Browse files Browse the repository at this point in the history
Signed-off-by: Poonam Ghewande <[email protected]>
  • Loading branch information
sairanjit authored and poonam-ghewande committed Dec 11, 2023
1 parent 1ca72e3 commit 843a6c7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/components/modals/CommonRemoveModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ const CommonRemoveModal: React.FC<CommonRemoveModalProps> = ({ usage, visible, d
...TextTheme.modalNormal,
marginTop: 25,
},
buttonsContainer: {
paddingTop: 10,
paddingBottom: 25,
},
})

const titleForConfirmButton = (): string => {
Expand Down Expand Up @@ -321,7 +325,7 @@ const CommonRemoveModal: React.FC<CommonRemoveModalProps> = ({ usage, visible, d
}
/>
</View>
<View style={[{ paddingTop: 10 }]}>
<View style={styles.buttonsContainer}>
<Button
title={t('Global.Cancel')}
accessibilityLabel={t('Global.Cancel')}
Expand Down

0 comments on commit 843a6c7

Please sign in to comment.