Skip to content

Commit c9666c5

Browse files
authored
Apply suggestions from code review
1 parent abc0897 commit c9666c5

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/components/Nav/useNav.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,6 @@ export const useNav = () => {
473473
const targetTheme = resolvedTheme === "dark" ? "light" : "dark"
474474

475475
setTheme(targetTheme)
476-
// setColorMode(targetTheme)
477476

478477
trackCustomEvent({
479478
eventCategory: "nav bar",

tailwind.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import plugin from "tailwindcss/plugin"
44
import { screens } from "./src/lib/utils/screen"
55

66
const config = {
7-
// TODO: Move to "class" strategy after removing Chakra
87
darkMode: ["selector"],
98
content: ["./src/**/*.{ts,tsx}"],
109
prefix: "",

0 commit comments

Comments
 (0)