dark mode
forgot to switch branches. Started working on dark mode by creating a theme for the app
This commit is contained in:
+2
-2
@@ -3,12 +3,12 @@ import Header from './components/header.jsx';
|
||||
import Sidebar from './components/sidebar.jsx';
|
||||
import Widget from './components/Widget.jsx'
|
||||
import { Grid, GridItem } from "@chakra-ui/react"
|
||||
import { Box } from "@chakra-ui/react"
|
||||
|
||||
|
||||
function App() {
|
||||
return (
|
||||
<Grid
|
||||
templateRows="0.75fr 11.25fr"
|
||||
templateRows="1fr 11fr"
|
||||
templateColumns="0.25fr 11.75fr"
|
||||
height="100vh"
|
||||
width="100vw"
|
||||
|
||||
Reference in New Issue
Block a user