fix: use shadow for footer
This commit is contained in:
parent
6bb26a33b1
commit
b60f9004a7
1 changed files with 1 additions and 2 deletions
|
|
@ -15,9 +15,8 @@ export const Footer = ({ children }: FooterProps) => {
|
||||||
bottom={0}
|
bottom={0}
|
||||||
padding={2}
|
padding={2}
|
||||||
width="100%"
|
width="100%"
|
||||||
borderTop={`1px solid ${theme.palette.grey[200].toString()}`}
|
|
||||||
gap={2}
|
gap={2}
|
||||||
style={{ backgroundColor: theme.palette.background.default.toString()}}
|
sx={{ backgroundColor: theme.palette.background.default.toString(), boxShadow: 2 }}
|
||||||
>
|
>
|
||||||
{children}
|
{children}
|
||||||
</Box>
|
</Box>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue