Skip to content

Commit

Permalink
fix(modal): fix horizontal size of modals on mobile screen
Browse files Browse the repository at this point in the history
  • Loading branch information
brusherru committed Sep 19, 2024
1 parent 9dfb422 commit 86adf38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/modal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ const baseStyle = definePartsStyle({
overflow: 'auto',
pt: 16,
pb: [6, 16],
px: 2,
},
dialog: {
color: 'brand.lightGray',
paddingX: [2, 6],
paddingTop: [6, 8],
paddingBottom: [4, 6],
marginX: 2,
borderRadius: '2xl',
bg: 'brand.modalGreen',
},
Expand Down

0 comments on commit 86adf38

Please sign in to comment.