forked from firka/student-legacy
fix grade color
This commit is contained in:
parent
bfa77fcfb6
commit
5e02e697d2
@ -311,7 +311,7 @@ Color gradeColor(
|
||||
|
||||
switch (valueInt) {
|
||||
case 5:
|
||||
return Color(0xff3d7bf4);
|
||||
return settings.gradeColors[4];
|
||||
case 4:
|
||||
return settings.gradeColors[3];
|
||||
case 3:
|
||||
|
Loading…
x
Reference in New Issue
Block a user