We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 395c52b + fdf841a commit f94020aCopy full SHA for f94020a
src/components/FwbButton/composables/useButtonClasses.ts
@@ -24,7 +24,7 @@ const buttonColorClasses: ButtonClassMap<ButtonVariant> = {
24
blue: 'hover:bg-blue-800 dark:hover:bg-blue-700',
25
alternative: 'hover:bg-gray-100 hover:text-blue-700 dark:hover:text-white dark:hover:bg-gray-700',
26
dark: 'hover:bg-gray-900 dark:hover:bg-gray-700',
27
- light: 'hover:bg-gray-100 dark:hover:border-gray-600',
+ light: 'hover:bg-gray-100 dark:hover:border-gray-600 dark:hover:bg-gray-700',
28
green: 'hover:bg-green-800 dark:hover:bg-green-700',
29
red: 'hover:bg-red-800 dark:hover:bg-red-700',
30
yellow: 'hover:bg-yellow-500',
0 commit comments