Skip to content

Commit 52ddd6d

Browse files
patricktamalkkuepper
authored andcommitted
fix the dark mode on the dropdown menu
1 parent 4afa2f6 commit 52ddd6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ProfileMenu.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const logout = async () => {
3434
leave-to-class="transform scale-95 opacity-0"
3535
>
3636
<MenuItems
37-
class="absolute right-0 mt-2 w-56 origin-top-right divide-y divide-label-separator rounded-md bg-white-1 text-sm shadow-lg ring-1 ring-opacity-5 focus:outline-none dark:divide-label-dark-separator"
37+
class="absolute right-0 mt-2 w-56 origin-top-right divide-y divide-label-separator rounded-md bg-background-1 text-sm shadow-lg ring-1 ring-opacity-5 focus:outline-none dark:divide-label-dark-separator dark:bg-background-dark-1"
3838
>
3939
<div class="px-1 py-1">
4040
<MenuItem v-slot="{ active }" as="div" class="flex items-center">

0 commit comments

Comments
 (0)