Skip to content

Commit

Permalink
fix: Adjust icon color
Browse files Browse the repository at this point in the history
refs: #68
  • Loading branch information
apomalyn committed Mar 9, 2024
1 parent df2c94b commit 605fc13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/views/grade_details_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class _GradesDetailsViewState extends State<GradesDetailsView>
},
titleSpacing: 0,
leading: IconButton(
icon: const Icon(Icons.arrow_back),
icon: const Icon(Icons.arrow_back, color: Colors.white),
onPressed: () => Navigator.of(context).pop(),
),
title: Hero(
Expand Down

0 comments on commit 605fc13

Please sign in to comment.