Themes to appearances instead of top navbar.

This commit is contained in:
ansh
2024-10-13 22:17:47 -05:00
parent ed31b5d5e4
commit 699d1a118c
3 changed files with 6 additions and 4 deletions
+2
View File
@@ -3,6 +3,7 @@
import { zodResolver } from "@hookform/resolvers/zod";
import { useForm } from "react-hook-form";
import { z } from "zod";
import { ModeToggle } from "@/components/ThemeSwitch";
import { Button } from "@/components/ui/button";
import {
@@ -89,6 +90,7 @@ export default function Settings() {
</div>
</form>
</Form>
<ModeToggle />
</div>
);
}