chore: update drawer background

This commit is contained in:
Steven
2024-01-04 21:11:22 +08:00
parent f484c38745
commit ca53630410
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
body {
@apply text-base w-full min-h-[100svh] p-0 m-0 bg-zinc-100 dark:bg-zinc-900;
@apply text-base w-full min-h-[100svh] bg-zinc-100 dark:bg-zinc-900;
}
#root {