cambiar numero de telefono

This commit is contained in:
Juan Felipe Duarte
2023-04-04 10:31:27 -05:00
parent 50737e03dd
commit de3d85f997
5 changed files with 133 additions and 25 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ class _CityScreenState extends State<CityScreen> {
if (filteredCities == null) {
return const Center(
child: CircularProgressIndicator(
valueColor: AlwaysStoppedAnimation<Color>(Colors.red),
valueColor: AlwaysStoppedAnimation<Color>(Color(0xFF2BA4EC)),
),
);
}