diff --git a/lib/features/dashboard/screens/dashboard_screen.dart b/lib/features/dashboard/screens/dashboard_screen.dart index 4968130..7ef6b77 100644 --- a/lib/features/dashboard/screens/dashboard_screen.dart +++ b/lib/features/dashboard/screens/dashboard_screen.dart @@ -272,9 +272,9 @@ class _DashboardScreenState extends State { Padding( padding: const EdgeInsets.only(left: 8.0), child: Text( - "${AppLocalizations.of(context).hi} $firstName", - style: GoogleFonts.montserrat().copyWith( - fontSize: 25, + "${AppLocalizations.of(context).hi} $firstName!", + style: GoogleFonts.baumans().copyWith( + fontSize: 20, color: theme.primaryColor, fontWeight: FontWeight.w700, ),