Skip to content

Commit

Permalink
feat: new styling to dropdown ui component
Browse files Browse the repository at this point in the history
  • Loading branch information
moonbamijam committed May 3, 2024
1 parent 5425ae7 commit c17e1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ui/Dropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default function Dropdown({ children }: Props) {
return (
<nav
id="main"
className="absolute text-base top-[60px] flex flex-col gap-2 mt-2 mr-2 px-2 py-8 rounded-xl bg-white dark:bg-primary border border-transparent dark:border-white"
className="absolute text-base top-[60px] flex flex-col gap-2 mt-2 mr-2 px-2 py-8 rounded-xl bg-surface dark:bg-dm-surface border border-transparent"
>
{children}
</nav>
Expand Down

0 comments on commit c17e1f7

Please sign in to comment.