From 5e02e697d2deb67e31d86e60bd3cd1535e2679a4 Mon Sep 17 00:00:00 2001 From: hihihaha Date: Mon, 29 May 2023 14:36:15 +0200 Subject: [PATCH] fix grade color --- filcnaplo/lib/ui/widgets/grade/grade_tile.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filcnaplo/lib/ui/widgets/grade/grade_tile.dart b/filcnaplo/lib/ui/widgets/grade/grade_tile.dart index aa16b06..73c3674 100644 --- a/filcnaplo/lib/ui/widgets/grade/grade_tile.dart +++ b/filcnaplo/lib/ui/widgets/grade/grade_tile.dart @@ -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: