diff --git a/src/components/LinearProgressBar.tsx b/src/components/LinearProgressBar.tsx
index 002aa8a..ca0132f 100644
--- a/src/components/LinearProgressBar.tsx
+++ b/src/components/LinearProgressBar.tsx
@@ -3,6 +3,7 @@ import {
LinearProgress,
LinearProgressProps,
Typography,
+ linearProgressClasses,
} from "@mui/material";
const LinearProgressBar = (
@@ -19,12 +20,30 @@ const LinearProgressBar = (
item
container
xs={12}
+ width="90%"
alignItems="center"
justifyContent="center"
wrap="nowrap"
>
-
+ ({
+ borderRadius: "5px",
+ height: "5px",
+ [`&.${linearProgressClasses.colorPrimary}`]: {
+ backgroundColor:
+ theme.palette.grey[
+ theme.palette.mode === "light" ? 200 : 700
+ ],
+ },
+ [`& .${linearProgressClasses.bar}`]: {
+ borderRadius: 5,
+ backgroundColor: "#308fe8",
+ },
+ })}
+ />
{`${Math.round(