mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-10 00:03:27 +00:00
fix(ui): use tokens for button loading state (#40884)
This commit is contained in:
parent
325529761b
commit
265472ef72
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue