@@ -28,28 +28,28 @@ export const flowbiteThemeToggleTheme: FlowbiteThemeToggleTheme = createTheme({
2828 pill : { } as FlowbiteBoolean ,
2929 color : {
3030 default : {
31- light : 'text-gray-900' ,
32- dark : 'dark:text-gray-100' ,
31+ light : 'text-gray-800 data-hover:text-gray- 900' ,
32+ dark : 'dark:text-white dark:data-hover:text- gray-100' ,
3333 } ,
3434 info : {
35- light : 'text-blue-900' ,
36- dark : 'dark:text-blue-100' ,
35+ light : 'text-gray-800 data-hover:text- blue-900' ,
36+ dark : 'dark:text-white dark:data-hover:text- blue-100' ,
3737 } ,
3838 failure : {
39- light : 'text-red-900' ,
40- dark : 'dark:text-red-100' ,
39+ light : 'text-gray-800 data-hover:text- red-900' ,
40+ dark : 'dark:text-white dark:data-hover:text- red-100' ,
4141 } ,
4242 success : {
43- light : 'text-green-900' ,
44- dark : 'dark:text-green-100' ,
43+ light : 'text-gray-800 data-hover:text- green-900' ,
44+ dark : 'dark:text-white dark:data-hover:text- green-100' ,
4545 } ,
4646 warning : {
47- light : 'text-yellow-900' ,
48- dark : 'dark:text-yellow-100' ,
47+ light : 'text-gray-800 data-hover:text- yellow-900' ,
48+ dark : 'dark:text-white dark:data-hover:text- yellow-100' ,
4949 } ,
5050 primary : {
51- light : 'text-primary-900' ,
52- dark : 'dark:text-primary-100' ,
51+ light : 'data-hover: text-primary-900 text-gray-800 ' ,
52+ dark : 'dark:data-hover: text-primary-100 dark:text-white ' ,
5353 } ,
5454 } ,
5555 colorOutline : { } as FlowbiteBaseButtonColors ,
0 commit comments