Maybe fix the white text flashing?
This commit is contained in:
parent
f1ee2bb11b
commit
3427215fba
@ -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
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user