mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-30 20:49:21 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user