Jerrick Hakim

Results 2 comments of Jerrick Hakim

```jsx "use client"; // React import { useRef, useState } from "react"; // Formkit import { Formik } from "formik"; // UI import TextField from "@mui/material/TextField"; import LoadingButton from "@mui/lab/LoadingButton";...

Hey all! Set up a new project and found myself here, In my tailwind.config.js, adding `darkMode: "class"` fixed the issue for me. Hope it helps!