RC-2: update left side canvas component styles
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user