nice box shadow
This commit is contained in:
@@ -43,7 +43,12 @@ export default function Terminal() {
|
|||||||
<Grid
|
<Grid
|
||||||
item
|
item
|
||||||
xs={4}
|
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
|
<Stack
|
||||||
direction={'column'}
|
direction={'column'}
|
||||||
|
|||||||
Reference in New Issue
Block a user