feat(ai): update default button styles for improved visibility

This commit is contained in:
DIYgod 2025-10-17 14:25:11 +08:00
parent 6966ec56ad
commit ab257747be
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ export const AIShortcutButton: React.FC<AIShortcutButtonProps> = ({
// Style variants
variant === "default" && [
"bg-material-medium hover:bg-material-thick",
"hover:bg-material-thick bg-white",
"border-border/50 hover:border-border border",
"text-text hover:text-text",
],