fix(ui): use tokens for button loading state (#40884)

This commit is contained in:
Aarav Sareen 2026-08-07 12:11:00 +05:30 committed by GitHub
parent 325529761b
commit 265472ef72
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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