[S] Make the color of late seem less important

This commit is contained in:
Hykilpikonna
2020-03-07 23:57:39 -05:00
parent df68cc5927
commit 4ba6f4a613
+1 -1
View File
@@ -98,7 +98,7 @@ export class Assignment
case 'Not Turned In': return '#ff0036'; case 'Not Turned In': return '#ff0036';
case 'Incomplete': return '#ff7a2f'; case 'Incomplete': return '#ff7a2f';
case 'NREQ': return '#41b141'; case 'NREQ': return '#41b141';
case 'Late': return '#ff0036'; case 'Late': return '#ff7a2f';
} }
} }