diff --git a/lib/pages/ContactUs/findus/hospitrals_page.dart b/lib/pages/ContactUs/findus/hospitrals_page.dart index 9b1e2f5f..12e7baac 100644 --- a/lib/pages/ContactUs/findus/hospitrals_page.dart +++ b/lib/pages/ContactUs/findus/hospitrals_page.dart @@ -57,7 +57,7 @@ class _HospitalsPageState extends State { child: Image.network(model.FindusHospitalModelList[index].projectImageURL.toString())), Container(child: Texts('${model.FindusHospitalModelList[index].locationName}')),//model.cOCItemList[index].cOCTitl IconButton( - icon: Icon(Icons.person_pin_circle_outlined), + icon: Icon(Icons.location_on, color: Colors.red[900]), tooltip: 'Increase volume by 10', onPressed: () { setState(() { diff --git a/lib/pages/ContactUs/findus/pharmacies_page.dart b/lib/pages/ContactUs/findus/pharmacies_page.dart index 68e3c8bc..cf3f5972 100644 --- a/lib/pages/ContactUs/findus/pharmacies_page.dart +++ b/lib/pages/ContactUs/findus/pharmacies_page.dart @@ -80,7 +80,7 @@ class _PharmaciesPageState extends State { ), Container(child: Texts('${model.FindusPharmaciesModelList[index].locationName}')),//model.cOCItemList[index].cOCTitl IconButton( - icon: Icon(Icons.person_pin_circle_outlined), + icon: Icon(Icons.location_on, color: Colors.red[900]), tooltip: 'Increase volume by 10', onPressed: () { setState(() {