fix grade color

This commit is contained in:
hihihaha 2023-05-29 14:36:15 +02:00
parent bfa77fcfb6
commit 5e02e697d2

View File

@ -311,7 +311,7 @@ Color gradeColor(
switch (valueInt) { switch (valueInt) {
case 5: case 5:
return Color(0xff3d7bf4); return settings.gradeColors[4];
case 4: case 4:
return settings.gradeColors[3]; return settings.gradeColors[3];
case 3: case 3: