Skip to content

Commit

Permalink
fix: fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterChen1997 committed Feb 19, 2024
1 parent 0997b1b commit f878655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DropdownMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default function DropdownMenu({ open }: { open?: boolean }) {
leaveFrom="transform opacity-100 scale-100"
leaveTo="transform opacity-0 scale-95"
>
<Menu.Items className="absolute right-0 z-10 mt-2 w-56 origin-top-right rounded-md border border-zinc-400 dark:border-zinc-700 dark:bg-zinc-800 shadow-xl ring-1 ring-black ring-opacity-5 focus:outline-none divide-zinc-400 dark:divide-zinc-700">
<Menu.Items className="absolute right-0 z-10 mt-2 w-56 bg-white origin-top-right rounded-md border border-zinc-400 dark:border-zinc-700 dark:bg-zinc-800 shadow-xl ring-1 ring-black ring-opacity-5 focus:outline-none divide-zinc-400 dark:divide-zinc-700">
<div className="py-1">
{/* <div className="px-3 py-2 uppercase font-bold text-xs">
Categories
Expand Down

0 comments on commit f878655

Please sign in to comment.