We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abc0897 commit c9666c5Copy full SHA for c9666c5
src/components/Nav/useNav.ts
@@ -473,7 +473,6 @@ export const useNav = () => {
473
const targetTheme = resolvedTheme === "dark" ? "light" : "dark"
474
475
setTheme(targetTheme)
476
- // setColorMode(targetTheme)
477
478
trackCustomEvent({
479
eventCategory: "nav bar",
tailwind.config.ts
@@ -4,7 +4,6 @@ import plugin from "tailwindcss/plugin"
4
import { screens } from "./src/lib/utils/screen"
5
6
const config = {
7
- // TODO: Move to "class" strategy after removing Chakra
8
darkMode: ["selector"],
9
content: ["./src/**/*.{ts,tsx}"],
10
prefix: "",
0 commit comments