Skip to content

Commit

Permalink
Update PromptPasswordConfirmationModal.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosrdz committed Aug 11, 2024
1 parent e5f0c60 commit 6326f5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/PromptPasswordConfirmationModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -364,10 +364,10 @@ export default PromptPasswordConfirmationModal;
const styles = StyleSheet.create({
modalContent: {
padding: 22,
width: '100%', // Ensure modal content takes full width
justifyContent: 'center',
alignItems: 'center',
flex: 1,
width: '100%', // Ensure modal content takes full width
minHeight: 370,
},
feeModalFooter: {
paddingBottom: 36,
Expand Down

0 comments on commit 6326f5c

Please sign in to comment.