Feat: Optimize the style of the chat page. (#13429)

### What problem does this PR solve?

Feat: Optimize the style of the chat page.
### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2026-03-06 11:42:25 +08:00
committed by GitHub
parent 6023eb27ac
commit 6849d35bf5
10 changed files with 59 additions and 52 deletions

View File

@@ -55,6 +55,8 @@ const buttonVariants = cva(
focus-visible:text-text-primary focus-visible:bg-border-button focus-visible:border-border-button
`,
icon: 'bg-transparent text-foreground hover:bg-transparent/80',
transparent: `
text-text-secondary bg-transparent border-0.5 border-border-button
hover:text-text-primary hover:bg-border-button