feat: replace use-dark-mode with next-themes

This commit is contained in:
Travis Fischer
2022-04-15 21:57:29 -04:00
parent b1ac72e5f8
commit 218097539a
11 changed files with 3474 additions and 3859 deletions

View File

@@ -68,7 +68,7 @@
fill: var(--bg-color);
}
:global(.dark-mode) .action:hover svg {
:global([data-theme='dark']) .action:hover svg {
fill: var(--fg-color);
}