Skip to content

Commit

Permalink
Merge branch 'SLB-299-accordion' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
colorfield committed May 7, 2024
2 parents 93848d8 + 42f3036 commit f36e68a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ const accordionTheme: CustomFlowbiteTheme['accordion'] = {
root: {
base: 'mt-10 divide-y divide-gray-200 border-gray-200 dark:divide-gray-700 dark:border-gray-700',
flush: {
off: 'border-b last:border-0',
on: 'border-b last:border-0',
off: 'last:border-0',
on: 'last:border-0',
},
},
content: {
Expand Down

0 comments on commit f36e68a

Please sign in to comment.