Skip to content

Commit 2de5333

Browse files
authored
style(Modal): use --ds-border-radius-lg (#2235)
uses correct design from Figma
1 parent 4316d94 commit 2de5333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/css/modal.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
width: 100%;
1313
max-width: var(--dsc-modal-max-width);
1414
border: none;
15-
border-radius: min(1rem, var(--ds-border-radius-md));
15+
border-radius: min(1rem, var(--ds-border-radius-lg));
1616
box-shadow: var(--ds-shadow-xl);
1717
background-color: var(--dsc-modal-background);
1818
color: var(--dsc-modal-color);

0 commit comments

Comments
 (0)