Skip to content

Commit

Permalink
Merge pull request #128 from czmatejt9/master
Browse files Browse the repository at this point in the history
Update home.dart
  • Loading branch information
vyPal authored Sep 15, 2023
2 parents 5812c34 + 05c35c7 commit 65a747f
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 65a747f

Please sign in to comment.