fix: invalidate tailwindcss
Signed-off-by: Innei <i@innei.in>
This commit is contained in:
parent
d98d38676a
commit
b75c58b83c
|
|
@ -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,
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue