feat: perf ui & complete i18n

This commit is contained in:
Junyan Qin
2025-08-17 14:09:28 +08:00
parent dd30d08c68
commit 7bbaa4fcad
6 changed files with 32 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ const buttonVariants = cva(
secondary:
'bg-secondary text-secondary-foreground shadow-xs hover:bg-secondary/80',
ghost:
'hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50',
'hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/100',
link: 'text-primary underline-offset-4 hover:underline',
},
size: {