Skip to content

Commit

Permalink
refactor: remove ! from accordion theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Lüders authored and tulup-conner committed Jun 20, 2023
1 parent da2f4b4 commit 89f7250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Accordion/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const accordionTheme: FlowbiteAccordionTheme = {
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',
flush: {
off: 'hover:bg-gray-100 focus:ring-4 focus:ring-gray-200 dark:hover:bg-gray-800 dark:focus:ring-gray-800',
on: '!bg-transparent dark:!bg-transparent',
on: 'bg-transparent dark:bg-transparent',
},
heading: '',
open: {
Expand Down

0 comments on commit 89f7250

Please sign in to comment.