mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-02 14:30:29 +00:00
fix(ui): add button-primary-base variable and use primary variant for Comment button
This commit is contained in:
parent
ae84e9909a
commit
2daa3652bb
4 changed files with 6 additions and 2 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue