nice box shadow

This commit is contained in:
talksik
2022-05-28 00:41:02 -05:00
parent 34b98f2fbe
commit 95a46e35aa
+6 -1
View File
@@ -43,7 +43,12 @@ export default function Terminal() {
<Grid
item
xs={4}
sx={{ backgroundColor: blueGrey[50], boxShadow: 3, borderRight: `1px solid ${blueGrey}` }}
sx={{
zIndex: 2,
backgroundColor: blueGrey[50],
boxShadow: 3,
borderRight: `1px solid ${blueGrey}`,
}}
>
<Stack
direction={'column'}