Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit c7035d8

Browse files
committed
fix(ui/portal/schedule): button text unreadable on hover
1 parent affd4a3 commit c7035d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/shared/ui/button/button.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const buttonVariants = cva(
1010
variants: {
1111
variant: {
1212
default:
13-
'shadow-buttonKeyboard bg-g-keyboardBlack text-primary hover:bg-primary/90 hover:shadow-buttonKeyboardHover',
13+
'shadow-buttonKeyboard bg-g-keyboardBlack text-primary hover:text-background hover:bg-primary/90 hover:shadow-buttonKeyboardHover',
1414
destructive:
1515
'bg-destructive text-destructive-foreground hover:bg-destructive/90',
1616
outline:

0 commit comments

Comments
 (0)