From c030a823afcd5e64074817b505a614e710eca91b Mon Sep 17 00:00:00 2001 From: Andrew Friedman Date: Mon, 5 Dec 2022 11:25:42 -0500 Subject: [PATCH] Change country loading indicator color --- lib/cards/country.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ), ), );