Skip to content

Commit

Permalink
fix: disable progress bar animation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludea committed Oct 16, 2024
1 parent 1b535f9 commit 2ab8bae
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 2ab8bae

Please sign in to comment.