Skip to content

Commit 1936670

Browse files
authored
fix: broken style on availability delete button (calcom#27779)
* fix: broken style on availability delete button * fix/final
1 parent b6916df commit 1936670

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/ui/components/button/Button.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export const buttonClasses = cva(
125125
"border-default",
126126
"text-error",
127127
// Hover state
128-
"dark:hover:text-red-100",
128+
"dark:hover:text-red-400",
129129
"hover:border-semantic-error",
130130
"hover:bg-error",
131131
// Focus state

0 commit comments

Comments
 (0)