From 4a54b59990122174153c18175c93028fd31edb5d Mon Sep 17 00:00:00 2001 From: Michal Sapka Date: Sat, 13 Aug 2022 22:51:43 +0200 Subject: feat: more theming --- components/layout.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'components') diff --git a/components/layout.tsx b/components/layout.tsx index b24a0e7c..64f87b74 100644 --- a/components/layout.tsx +++ b/components/layout.tsx @@ -2,11 +2,13 @@ import TopNav from '../components/topnav.tsx' import { Container, Box } from '@chakra-ui/react' export default function Layout({ children }) { return ( - + <> - - {children} - - + + + {children} + + + ) } -- cgit v1.2.3