From 05c35c76ef979a1238e0d572dc8ea6fe31be43e9 Mon Sep 17 00:00:00 2001 From: czmatejt9 <105561491+czmatejt9@users.noreply.github.com> Date: Thu, 14 Sep 2023 10:56:28 +0200 Subject: [PATCH] Update home.dart Switched colors (green - break, red - lesson) of the dot next to the remaining time of lesson/break --- lib/home.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/home.dart b/lib/home.dart index bd465f9..712518e 100644 --- a/lib/home.dart +++ b/lib/home.dart @@ -434,8 +434,8 @@ class HomePageState extends State { Icons.circle, color: Color.fromARGB( 255, - _lessonStatus.hasLesson ? 0 : 255, _lessonStatus.hasLesson ? 255 : 0, + _lessonStatus.hasLesson ? 0 : 255, 0), size: 8, ),