Skip to content

Commit cef730a

Browse files
authored
fix button outline with fullSized issue (#540)
fix: button outline with fullSized issue
1 parent 33503d4 commit cef730a

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
@@ -241,7 +241,7 @@ const theme: FlowbiteTheme = {
241241
light: '',
242242
},
243243
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',
244+
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',
245245
pill: {
246246
off: 'rounded-md',
247247
on: 'rounded-full',

0 commit comments

Comments
 (0)