mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-05 08:33:10 +00:00
fix(ui): add button-primary-base variable and use primary variant for Comment button
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user