@@ -33,17 +33,17 @@ export const leveByScoreMeasureIcons = [
{
icon: scoreIcon.good,
text: "good",
- color: "#14C187",
+ color: "#00C181",
},
icon: scoreIcon.great,
text: "great",
- color: "#FF8E5A",
+ color: "#F66D2E",
icon: scoreIcon.perfect,
text: "perfect",
- color: "#90A0FF",
+ color: "#657AFF",
];