changed greeting font and size
This commit is contained in:
@@ -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,
|
||||
),
|
||||
|
Reference in New Issue
Block a user