Skip to content

Commit

Permalink
fix: invalidate tailwindcss
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Jul 30, 2024
1 parent d98d386 commit b75c58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/src/components/ui/list-item-hover-overlay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
Expand Down

0 comments on commit b75c58b

Please sign in to comment.