Skip to content

Commit 86001b1

Browse files
committed
fix: sette default border width til 2px
1 parent aa9913e commit 86001b1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

admin/design-tokens-build/admin.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ design-tokens: v1.7.3
548548
--ds-border-radius-xl: min(var(--ds-border-radius-base)*3,var(--ds-border-radius-scale)*7);
549549
--ds-border-radius-default: var(--ds-border-radius-base);
550550
--ds-border-radius-full: 624.9375rem;
551-
--ds-border-width-default: 1px;
551+
--ds-border-width-default: 2px;
552552
--ds-border-width-focus: 3px;
553553
--ds-shadow-xs: 0 0 1px 0 rgba(0,0,0,0.16), 0 1px 2px 0 rgba(0,0,0,0.12);
554554
--ds-shadow-sm: 0 0 1px 0 rgba(0,0,0,0.15), 0 1px 2px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.1);

admin/design-tokens/primitives/globals.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"border-width": {
33
"1": {
44
"$type": "borderWidth",
5-
"$value": "1px"
5+
"$value": "2px"
66
},
77
"3": {
88
"$type": "borderWidth",

0 commit comments

Comments
 (0)