Skip to content

Commit

Permalink
fix for #5890 - add missing separator style (#5891)
Browse files Browse the repository at this point in the history
* fix for #5890 - add missing `separator` style

* update doc
  • Loading branch information
zawasp authored Feb 5, 2024
1 parent 4701002 commit 1441213
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/doc/menu/theming/tailwinddoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ const Tailwind = {
submenuheader: {
className: classNames('m-0 p-3 text-gray-700 dark:text-white/80 bg-white dark:bg-gray-900 font-bold rounded-tl-none rounded-tr-none')
},
separator: 'border-t border-gray-300 dark:border-blue-900/40 my-1',
transition: TRANSITIONS.overlay
}
}
Expand Down
1 change: 1 addition & 0 deletions components/lib/passthrough/tailwind/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1846,6 +1846,7 @@ const Tailwind = {
submenuheader: {
className: classNames('m-0 p-3 text-gray-700 dark:text-white/80 bg-white dark:bg-gray-900 font-bold rounded-tl-none rounded-tr-none')
},
separator: 'border-t border-gray-300 dark:border-blue-900/40 my-1',
transition: TRANSITIONS.overlay
},
menubar: {
Expand Down

0 comments on commit 1441213

Please sign in to comment.