Skip to content

Commit 265472e

Browse files
authored
fix(ui): use tokens for button loading state (#40884)
1 parent 3255297 commit 265472e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/ui/src/v2/components/button-v2.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,9 @@
195195

196196
/* Loading */
197197
[data-component="button-v2"][data-variant="loading"] {
198-
background: #f2f2f2;
198+
background: var(--v2-background-bg-layer-02);
199199
color: var(--v2-text-text-base);
200-
box-shadow: inset 0 0 0 0.5px rgba(0, 0, 0, 0.08);
200+
box-shadow: inset 0 0 0 0.5px var(--v2-border-border-muted);
201201
cursor: default;
202202
pointer-events: none;
203203
}

0 commit comments

Comments
 (0)