update hover styles (#4124)

This commit is contained in:
rr-bw 2022-11-29 14:22:23 -08:00 committed by GitHub
parent 42128d41f0
commit 680e91b254
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ const buttonStyles: Record<ButtonTypes, string[]> = {
"tw-bg-transparent",
"tw-border-text-muted",
"!tw-text-muted",
"hover:tw-bg-secondary-500",
"hover:tw-border-secondary-500",
"hover:tw-bg-text-muted",
"hover:tw-border-text-muted",
"hover:!tw-text-contrast",
"disabled:tw-bg-transparent",
"disabled:tw-border-text-muted/60",