Skip to content

Commit

Permalink
MOON-472: Fix radius_rounded
Browse files Browse the repository at this point in the history
  • Loading branch information
Eevolee committed Dec 31, 2024
1 parent cc9f6c9 commit 9f5af3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tokens/borders/_borders.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:root {
--border-radius: 4px;
--border-radius_rounded: 4px;
--border-radius_rounded: 2rem;
--selector-border-radius: 2px;
--selector-border-radius_big: 4px;
--selector-border: solid 1px var(--color-gray40);
Expand Down

0 comments on commit 9f5af3e

Please sign in to comment.