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.
1 parent 8fd9ddc commit 24aa9eaCopy full SHA for 24aa9ea
src/lib/theme/default.ts
@@ -288,7 +288,7 @@ const theme: FlowbiteTheme = {
288
light: '',
289
},
290
off: '',
291
- on: '!block bg-white text-gray-900 transition-all duration-75 ease-in group-hover:bg-opacity-0 group-hover:text-inherit dark:bg-gray-900 dark:text-white w-full',
+ on: 'flex justify-center bg-white text-gray-900 transition-all duration-75 ease-in group-hover:bg-opacity-0 group-hover:text-inherit dark:bg-gray-900 dark:text-white w-full',
292
pill: {
293
off: 'rounded-md',
294
on: 'rounded-full',
0 commit comments