fix: invalidate tailwindcss

Signed-off-by: Innei <i@innei.in>
This commit is contained in:
Innei 2024-07-30 15:09:58 +08:00
parent d98d38676a
commit b75c58b83c
No known key found for this signature in database
GPG Key ID: 0F62D33977F021F7
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ export const ListItemHoverOverlay = ({
const mClassName = clsx(
"absolute rounded-lg",
"dark:bg-neutral-850 bg-zinc-200/80",
"bg-zinc-200/80 dark:bg-neutral-800",
"inset-0",
className,
)