From 2ab8bae59ce159522703261850827db504ca6691 Mon Sep 17 00:00:00 2001 From: Ludea Date: Wed, 16 Oct 2024 13:04:37 +0000 Subject: [PATCH] fix: disable progress bar animation --- src/components/Footer.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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}