Skip to content

Commit

Permalink
Update home.dart
Browse files Browse the repository at this point in the history
Switched colors (green - break, red - lesson) of the dot next to the remaining time of lesson/break
  • Loading branch information
czmatejt9 authored Sep 14, 2023
1 parent db948b8 commit 05c35c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/home.dart
Original file line number Diff line number Diff line change
Expand Up @@ -434,8 +434,8 @@ class HomePageState extends State<HomePage> {
Icons.circle,
color: Color.fromARGB(
255,
_lessonStatus.hasLesson ? 0 : 255,
_lessonStatus.hasLesson ? 255 : 0,
_lessonStatus.hasLesson ? 0 : 255,
0),
size: 8,
),
Expand Down

0 comments on commit 05c35c7

Please sign in to comment.