summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/components/button.css
diff options
context:
space:
mode:
authorDavid Hill <[email protected]>2026-01-23 20:11:33 +0000
committerDavid Hill <[email protected]>2026-01-24 06:18:54 +0000
commit2daa3652bb74e57153bf00c500f30087e040e73f (patch)
tree6217b739a7e0056bae508f10a8b0933918a891b7 /packages/ui/src/components/button.css
parentae84e9909a3318aa840c98c5720b1cd75fbe79df (diff)
downloadopencode-2daa3652bb74e57153bf00c500f30087e040e73f.tar.gz
opencode-2daa3652bb74e57153bf00c500f30087e040e73f.zip
fix(ui): add button-primary-base variable and use primary variant for Comment button
Diffstat (limited to 'packages/ui/src/components/button.css')
-rw-r--r--packages/ui/src/components/button.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ui/src/components/button.css b/packages/ui/src/components/button.css
index c25b89af9..6922d996f 100644
--- a/packages/ui/src/components/button.css
+++ b/packages/ui/src/components/button.css
@@ -12,7 +12,7 @@
white-space: nowrap;
&[data-variant="primary"] {
- background-color: var(--icon-strong-base);
+ background-color: var(--button-primary-base);
border-color: var(--border-weak-base);
color: var(--icon-invert-base);