fix(ui): add button-primary-base variable and use primary variant for Comment button

This commit is contained in:
David Hill
2026-01-23 20:11:33 +00:00
parent ae84e9909a
commit 2daa3652bb
4 changed files with 6 additions and 2 deletions

View File

@@ -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()