changed greeting font and size

This commit is contained in:
asif
2025-08-30 00:18:47 +05:30
parent e91efafa0e
commit 6496aa95c0

View File

@@ -272,9 +272,9 @@ class _DashboardScreenState extends State<DashboardScreen> {
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,
),