We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da2f4b4 commit 89f7250Copy full SHA for 89f7250
src/components/Accordion/theme.ts
@@ -22,7 +22,7 @@ export const accordionTheme: FlowbiteAccordionTheme = {
22
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',
23
flush: {
24
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',
+ on: 'bg-transparent dark:bg-transparent',
26
},
27
heading: '',
28
open: {
0 commit comments