diff --git a/src/options/index.tsx b/src/options/index.tsx index 3cf2af2f..17e73709 100644 --- a/src/options/index.tsx +++ b/src/options/index.tsx @@ -3,11 +3,13 @@ import "~/lib/style.css" import { Toaster } from "react-hot-toast" import { MemoryRouter } from "react-router-dom" +import { useDark } from "~/lib/hooks/use-dark" import { Routing } from "~/options/routes" import Siderbar from "./Siderbar" function Options() { + useDark() return (