diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 03dbee54..b4c01dd4 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -183,7 +183,11 @@ function Footer() { sx={{ height: 20, borderRadius: 5, - backgroundColor: (theme) => theme.palette.grey[300], + "& .MuiLinearProgress-dashed": { + backgroundColor: "lightgrey", + backgroundImage: "none", + animation: "none", + }, }} /> ) : null}