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/icon-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/icon-button.css')
| -rw-r--r-- | packages/ui/src/components/icon-button.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ui/src/components/icon-button.css b/packages/ui/src/components/icon-button.css index 01c555bfc..de8aeb9d4 100644 --- a/packages/ui/src/components/icon-button.css +++ b/packages/ui/src/components/icon-button.css @@ -45,7 +45,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); |
