Fix colors

This commit is contained in:
2023-12-11 00:07:11 +01:00
parent 87a854b4be
commit f6a46f2025
3 changed files with 18 additions and 13 deletions

View File

@@ -12,7 +12,7 @@ export default defineAppConfig({
},
dropdown: {
container: 'z-50',
background: 'bg-white dark:bg-zinc-800',
background: 'bg-white dark:bg-zinc-900/90',
item: {
base: 'duration-300 group flex items-center gap-2 w-full',
},