From 6496aa95c07ce81d0874b0d751039c290a37c86c Mon Sep 17 00:00:00 2001 From: asif Date: Sat, 30 Aug 2025 00:18:47 +0530 Subject: [PATCH] changed greeting font and size --- lib/features/dashboard/screens/dashboard_screen.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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, ),