diff options
| author | David Hill <[email protected]> | 2025-10-31 16:03:33 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2025-10-31 16:03:33 +0000 |
| commit | a5bcb76bbf34cff3b4d382c4fb634c78577f6121 (patch) | |
| tree | 3b322e8bccae59b5d1d8109b0e59ddf2c92bf52f /packages/ui/src/components/button.css | |
| parent | a8bf1ad40f9aa48c8207d92ce3fee794f9d38279 (diff) | |
| download | opencode-a5bcb76bbf34cff3b4d382c4fb634c78577f6121.tar.gz opencode-a5bcb76bbf34cff3b4d382c4fb634c78577f6121.zip | |
Added border as shadow and updated button
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 0db3fcf37..d052b7fd1 100644 --- a/packages/ui/src/components/button.css +++ b/packages/ui/src/components/button.css @@ -28,10 +28,10 @@ } &[data-variant="secondary"] { - border-color: var(--border-weak-base); + border-color: transparent; background-color: var(--button-secondary-base); color: var(--text-strong); - box-shadow: var(--shadow-xs); + box-shadow: var(--shadow-xs-border); &:hover:not(:disabled) { border-color: var(--border-hover); |
