Skip to content

Commit

Permalink
COM-3870: fix modal size bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ulysseferreira committed Dec 16, 2024
1 parent 74c88b1 commit 584e1ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Modal/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export default StyleSheet.create({
backgroundColor: WHITE,
borderRadius: BORDER_RADIUS.MD,
width: '90%',
maxHeight: '60%',
padding: PADDING.LG,
},
});

0 comments on commit 584e1ac

Please sign in to comment.