Add theme file
This commit is contained in:
parent
b17848fdfb
commit
acfcba4d82
8
src/consts/themes.js
Normal file
8
src/consts/themes.js
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
import { createTheme } from "@nextui-org/react";
|
||||||
|
|
||||||
|
export const darkTheme = createTheme({
|
||||||
|
type: "dark",
|
||||||
|
theme: {
|
||||||
|
colors: {}, // override dark theme colors
|
||||||
|
},
|
||||||
|
});
|
Reference in New Issue
Block a user