Skip to content

Commit

Permalink
Update score_result_card.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
0niel committed Jan 13, 2024
1 parent cffa79d commit 51bf2bf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ Color getColorByResult(String result) {
"хорошо": AppTheme.colors.colorful05,
"удовл": AppTheme.colors.colorful06,
"удовлетворительно": AppTheme.colors.colorful06,
"не зачтено": AppTheme.colors.colorful07,
};

for (var entry in resultLookup.entries) {
Expand Down

0 comments on commit 51bf2bf

Please sign in to comment.