dark mode

forgot to switch branches. Started working on dark mode by creating a theme for the app
This commit is contained in:
2025-07-10 14:59:13 +00:00
committed by vkuchenik
parent 6bb10060e5
commit 0190bf7c72
4 changed files with 20 additions and 5 deletions
+2 -2
View File
@@ -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"