diff --git a/lib/cards/country.dart b/lib/cards/country.dart index c953be2..bf881f6 100644 --- a/lib/cards/country.dart +++ b/lib/cards/country.dart @@ -209,7 +209,7 @@ class _CountryCard extends State { height: 120, child: Center( child: CircularProgressIndicator( - color: dict[theme].highlightColor, + color: dict[theme].secondaryHeaderColor, ), ), );