dark mode
forgot to switch branches. Started working on dark mode by creating a theme for the app
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import { extendTheme } from "@chakra-ui/react";
|
||||
|
||||
const theme = extendTheme({
|
||||
semanticTokens: {
|
||||
colors: {
|
||||
primary: {
|
||||
defualt: 'white',
|
||||
_dark: 'grey.800'
|
||||
},
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
export default theme;
|
||||
Reference in New Issue
Block a user