Skip to content

Commit

Permalink
Do not change the modal width
Browse files Browse the repository at this point in the history
There is no need to change the modal width - we should use the previous
value.
  • Loading branch information
r-czajkowski committed Nov 28, 2024
1 parent 6f92877 commit 41c0fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dapp/src/theme/Modal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const sizeXl = multiStyleConfig.definePartsStyle({
})

const sizeLg = multiStyleConfig.definePartsStyle({
dialog: { w: { xs: "95%" } },
dialog: { w: "30rem" },
})

const sizeFull = multiStyleConfig.definePartsStyle({
Expand Down

0 comments on commit 41c0fd9

Please sign in to comment.