Maybe fix the white text flashing?

This commit is contained in:
Lee 2022-11-17 09:58:47 +00:00
parent f1ee2bb11b
commit 3427215fba
No known key found for this signature in database
GPG Key ID: 6EA25896ECCB3121

@ -3,6 +3,9 @@ import { createTheme } from "@nextui-org/react";
export const darkTheme = createTheme({
type: "dark",
theme: {
colors: {}, // override dark theme colors
colors: {
white: "#ffffff",
black: "#000000",
}, // override dark theme colors
},
});