Skip to content

Commit 3cd59b7

Browse files
committed
perf: updating default border token
1 parent 35d8ac9 commit 3cd59b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/styles/_private-tokens.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ $gradients: (
4343
/* Border */
4444
--border-color-default: rgba(88, 94, 103, 1);
4545
--border-color-white: #ffffff;
46-
--border-w-default: 4px;
46+
--border-w-default: 0;
4747
--border-display: none;
4848
--border-padding: 0;
4949
--border-radius-full: 999px;

src/styles/tokens.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
:host {
44
/* Border tokens */
55
--ds-auro-tail-border-color: var(--border-color-default);
6-
--ds-auro-tail-border-width: 0; /* No border by default */
6+
--ds-auro-tail-border-width: var(--border-w-default);
77
}

0 commit comments

Comments
 (0)