Add theme file

This commit is contained in:
Lee 2022-11-17 05:59:14 +00:00
parent b17848fdfb
commit acfcba4d82
No known key found for this signature in database
GPG Key ID: 6EA25896ECCB3121

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
},
});