Skip to content

Commit 24aa9ea

Browse files
author
Ricardo Lüders
committed
fix(button): fixes outline button
1 parent 8fd9ddc commit 24aa9ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/theme/default.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ const theme: FlowbiteTheme = {
288288
light: '',
289289
},
290290
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',
291+
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',
292292
pill: {
293293
off: 'rounded-md',
294294
on: 'rounded-full',

0 commit comments

Comments
 (0)