diff options
| author | David Hill <[email protected]> | 2026-02-18 17:32:46 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2026-02-18 20:18:17 +0000 |
| commit | 1f9be63e962374e2a0c668d8098b4dccb4d0b79a (patch) | |
| tree | c4109d6364e19384e733feb2e09fc2ec0c1d9546 /packages/ui/src/components/button.css | |
| parent | 08739080309bb84be71b5dd30ce6541e1bf9c029 (diff) | |
| download | opencode-1f9be63e962374e2a0c668d8098b4dccb4d0b79a.tar.gz opencode-1f9be63e962374e2a0c668d8098b4dccb4d0b79a.zip | |
tweak(ui): use weak border and base icon color for secondary
Diffstat (limited to 'packages/ui/src/components/button.css')
| -rw-r--r-- | packages/ui/src/components/button.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/ui/src/components/button.css b/packages/ui/src/components/button.css index e22c7b298..8219ec92b 100644 --- a/packages/ui/src/components/button.css +++ b/packages/ui/src/components/button.css @@ -76,7 +76,7 @@ border: transparent; background-color: var(--button-secondary-base); color: var(--text-strong); - box-shadow: var(--shadow-xs-border); + box-shadow: var(--shadow-xs-border-base); &:hover:not(:disabled) { background-color: var(--button-secondary-hover); @@ -104,7 +104,7 @@ } [data-slot="icon-svg"] { - color: var(--icon-strong-base); + color: var(--icon-base); } } |
