Skip to content

Commit

Permalink
Fix #5181: Tailwind MenuBar end class
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Oct 29, 2023
1 parent 246ed20 commit 1c40ebc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/lib/passthrough/tailwind/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1913,7 +1913,8 @@ const Tailwind = {
'hover:text-gray-700 dark:hover:text-white/80 hover:bg-gray-200 dark:hover:bg-gray-800/80 ',
'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]'
)
}
},
end: 'ml-auto self-auto'
},
megamenu: {
root: ({ props }) => ({
Expand Down

0 comments on commit 1c40ebc

Please sign in to comment.