Skip to content

Commit 89f7250

Browse files
Ricardo Lüderstulup-conner
Ricardo Lüders
authored andcommitted
refactor: remove ! from accordion theme
1 parent da2f4b4 commit 89f7250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Accordion/theme.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const accordionTheme: FlowbiteAccordionTheme = {
2222
base: 'flex w-full items-center justify-between first:rounded-t-lg last:rounded-b-lg py-5 px-5 text-left font-medium text-gray-500 dark:text-gray-400',
2323
flush: {
2424
off: 'hover:bg-gray-100 focus:ring-4 focus:ring-gray-200 dark:hover:bg-gray-800 dark:focus:ring-gray-800',
25-
on: '!bg-transparent dark:!bg-transparent',
25+
on: 'bg-transparent dark:bg-transparent',
2626
},
2727
heading: '',
2828
open: {

0 commit comments

Comments
 (0)