diff options
| author | Adam <[email protected]> | 2025-12-09 12:36:03 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-12-09 12:36:06 -0600 |
| commit | ae4993f39a60aae339637e1a24ef4029aa052ccb (patch) | |
| tree | f34124b6ff9f4eaec8127e6d48945113dc939c71 /packages/ui/src/components/button.css | |
| parent | aa638cec487b650c7c83de547a2898e750ef3b61 (diff) | |
| download | opencode-ae4993f39a60aae339637e1a24ef4029aa052ccb.tar.gz opencode-ae4993f39a60aae339637e1a24ef4029aa052ccb.zip | |
wip(desktop): progress
Diffstat (limited to 'packages/ui/src/components/button.css')
| -rw-r--r-- | packages/ui/src/components/button.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/ui/src/components/button.css b/packages/ui/src/components/button.css index a557fccb0..4cef8c7a1 100644 --- a/packages/ui/src/components/button.css +++ b/packages/ui/src/components/button.css @@ -57,6 +57,9 @@ &[data-selected="true"]:not(:disabled) { background-color: var(--surface-raised-base-hover); } + &[data-active="true"] { + background-color: var(--surface-raised-base-active); + } } &[data-variant="secondary"] { |
