init: impersonator functional
This commit is contained in:
10
src/theme.js
Normal file
10
src/theme.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import { extendTheme } from "@chakra-ui/react";
|
||||
|
||||
const config = {
|
||||
initialColorMode: "dark",
|
||||
useSystemColorMode: false,
|
||||
};
|
||||
|
||||
const theme = extendTheme({ config });
|
||||
|
||||
export default theme;
|
||||
Reference in New Issue
Block a user