RC-2: update left side canvas component styles

This commit is contained in:
2023-06-11 11:31:41 +01:00
parent 428c5d9210
commit 0464e64c60

View File

@@ -5,7 +5,7 @@ import Box from '@mui/material/Box';
function LeftSideCanvas({ title, subtitle, text }) { function LeftSideCanvas({ title, subtitle, text }) {
return ( return (
<Box <Box
className="h-screen relative hidden md:flex flex-auto items-center justify-center p-64 lg:px-112 overflow-hidden max-w-[45vw] w-full" className="h-full min-h-screen relative hidden md:flex flex-auto items-center justify-center p-64 lg:px-112 overflow-hidden max-w-[45vw] w-full"
sx={{ backgroundColor: 'primary.main' }} sx={{ backgroundColor: 'primary.main' }}
> >
<svg <svg