@@ -1 +1 @@
-Subproject commit a9750e2d69cdef62c365035e86f131586a25aa69
+Subproject commit d38f84a71bd007582ff14d17c5cb247c3978dc9a
@@ -33,7 +33,7 @@ export const leveByScoreMeasureIcons = [
{
icon: scoreIcon.good,
text: "good",
- color: "#FF958B",
+ color: "#14C187",
},
icon: scoreIcon.great,
@@ -43,7 +43,7 @@ export const leveByScoreMeasureIcons = [
icon: scoreIcon.perfect,
text: "perfect",
- color: "#516AFF",
+ color: "#90A0FF",
];
@@ -86,7 +86,7 @@
left: 80%;
top: -120%;
transform: translateX(-50%);
- font-size: 16px;
+ font-size: 18px;
font-family: "Roboto", sans-serif;
font-weight: bold;
display: flex;
@@ -95,7 +95,7 @@
transition: all .8s;
img {
- height: 30px;
+ height: 43px;
}