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 33503d4 commit cef730aCopy full SHA for cef730a
src/lib/theme/default.ts
@@ -241,7 +241,7 @@ const theme: FlowbiteTheme = {
241
light: '',
242
},
243
off: '',
244
- on: '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',
+ 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',
245
pill: {
246
off: 'rounded-md',
247
on: 'rounded-full',
0 commit comments