changed greeting font and size
This commit is contained in:
@@ -272,9 +272,9 @@ class _DashboardScreenState extends State<DashboardScreen> {
|
|||||||
Padding(
|
Padding(
|
||||||
padding: const EdgeInsets.only(left: 8.0),
|
padding: const EdgeInsets.only(left: 8.0),
|
||||||
child: Text(
|
child: Text(
|
||||||
"${AppLocalizations.of(context).hi} $firstName",
|
"${AppLocalizations.of(context).hi} $firstName!",
|
||||||
style: GoogleFonts.montserrat().copyWith(
|
style: GoogleFonts.baumans().copyWith(
|
||||||
fontSize: 25,
|
fontSize: 20,
|
||||||
color: theme.primaryColor,
|
color: theme.primaryColor,
|
||||||
fontWeight: FontWeight.w700,
|
fontWeight: FontWeight.w700,
|
||||||
),
|
),
|
||||||
|
Reference in New Issue
Block a user