Imported the new context to calendar componenet.

This commit is contained in:
Lucid Kobold
2021-12-29 13:52:39 -06:00
parent ee481158f0
commit 96a9bedf9a
4 changed files with 44 additions and 31 deletions

View File

@@ -1,5 +1,5 @@
import { extendTheme, ThemeConfig } from "@chakra-ui/react";
import { createBreakpoints } from "@chakra-ui/theme-tools";
// import { createBreakpoints } from "@chakra-ui/theme-tools";
import buttons from "./components/buttonStyles";
const config: ThemeConfig = {
@@ -20,6 +20,7 @@ const AppTheme = extendTheme({
colors: {
brand: {
main: "#3138dc",
mainInactive: "#181d8f",
primary: "#0068ff",
secondary: "#0086ff",
hover: "#00aec1",