We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4afa2f6 commit 52ddd6dCopy full SHA for 52ddd6d
components/ProfileMenu.vue
@@ -34,7 +34,7 @@ const logout = async () => {
34
leave-to-class="transform scale-95 opacity-0"
35
>
36
<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"
+ 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"
38
39
<div class="px-1 py-1">
40
<MenuItem v-slot="{ active }" as="div" class="flex items-center">
0 commit comments