mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-06 00:12:11 +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
|
|
@ -2087,7 +2087,7 @@ export default function Page() {
|
|||
</Button>
|
||||
<Button
|
||||
size="small"
|
||||
variant="secondary"
|
||||
variant="primary"
|
||||
disabled={draft().trim().length === 0}
|
||||
onClick={() => {
|
||||
const value = draft().trim()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue