Skip to content

Commit

Permalink
style(Modal): use --ds-border-radius-lg (#2235)
Browse files Browse the repository at this point in the history
uses correct design from Figma
  • Loading branch information
Barsnes authored Aug 13, 2024
1 parent 4316d94 commit 2de5333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/css/modal.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
width: 100%;
max-width: var(--dsc-modal-max-width);
border: none;
border-radius: min(1rem, var(--ds-border-radius-md));
border-radius: min(1rem, var(--ds-border-radius-lg));
box-shadow: var(--ds-shadow-xl);
background-color: var(--dsc-modal-background);
color: var(--dsc-modal-color);
Expand Down

0 comments on commit 2de5333

Please sign in to comment.