Skip to content
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.

Commit

Permalink
Change country loading indicator color
Browse files Browse the repository at this point in the history
  • Loading branch information
Fried-man committed Dec 5, 2022
1 parent a40abb9 commit c030a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cards/country.dart
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ class _CountryCard extends State<CountryCard> {
height: 120,
child: Center(
child: CircularProgressIndicator(
color: dict[theme].highlightColor,
color: dict[theme].secondaryHeaderColor,
),
),
);
Expand Down

0 comments on commit c030a82

Please sign in to comment.