diff --git a/lib/screens/dashboard_screen.dart b/lib/screens/dashboard_screen.dart index 9e8aa8ab..b645100d 100644 --- a/lib/screens/dashboard_screen.dart +++ b/lib/screens/dashboard_screen.dart @@ -196,14 +196,14 @@ class _DashboardScreenState extends State { return Row( mainAxisSize: MainAxisSize.max, children: [ - AppText( - item.clinicName, - fontSize: SizeConfig - .textMultiplier * - 2.1, - color: Colors.black, - fontWeight: FontWeight.bold, - ), + AppText(item.clinicName, + fontSize: SizeConfig + .textMultiplier * + 1.6, + color: Colors.black, + fontWeight: FontWeight.bold, + textAlign: + TextAlign.center), ], ); }).toList(); @@ -1004,7 +1004,7 @@ class _DashboardScreenState extends State { top: 10, left: 10, right: 0), child: Icon( DoctorApp.search, - size: 35, + size: 32, color: Colors.white, )), Container( @@ -1014,6 +1014,7 @@ class _DashboardScreenState extends State { .searchmedicinepatient, color: Colors.white, textAlign: TextAlign.start, + fontSize: 14, )) ], ),