style : theme colors refacto and change

This commit is contained in:
GuillaumeSD
2025-05-27 19:36:35 +02:00
parent feb58dc9f6
commit 5445c1e0e1
4 changed files with 20 additions and 5 deletions

View File

@@ -1,3 +1,4 @@
import { LINEAR_PROGRESS_BAR_COLOR } from "@/constants";
import {
Grid2 as Grid,
LinearProgress,
@@ -37,7 +38,7 @@ const LinearProgressBar = (
},
[`& .${linearProgressClasses.bar}`]: {
borderRadius: 5,
backgroundColor: "#308fe8",
backgroundColor: LINEAR_PROGRESS_BAR_COLOR,
},
})}
/>