From 876463c9458c5febb26fd2de1f6cfe5df2f0430b Mon Sep 17 00:00:00 2001 From: "Mirza.Shafique" Date: Thu, 12 Aug 2021 14:43:13 +0300 Subject: [PATCH] Home Page Font weight --- lib/pages/landing/landing_page.dart | 2 +- lib/pages/landing/widgets/services_view.dart | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/pages/landing/landing_page.dart b/lib/pages/landing/landing_page.dart index c4a7391e..59daffb2 100644 --- a/lib/pages/landing/landing_page.dart +++ b/lib/pages/landing/landing_page.dart @@ -504,7 +504,7 @@ class _LandingPageState extends State with WidgetsBindingObserver { preferredSize: Size.fromHeight(currentTab == 0 ? 45 : 0.0), child: AppBar( elevation: 0, - backgroundColor: CustomColors.backgroudGreyColor , + backgroundColor: CustomColors.backgroudGreyColor, textTheme: TextTheme( headline6: TextStyle(color: Theme.of(context).textTheme.headline1.color, fontWeight: FontWeight.bold), ), diff --git a/lib/pages/landing/widgets/services_view.dart b/lib/pages/landing/widgets/services_view.dart index 0d33c493..2466cd02 100644 --- a/lib/pages/landing/widgets/services_view.dart +++ b/lib/pages/landing/widgets/services_view.dart @@ -133,6 +133,7 @@ class ServicesView extends StatelessWidget { style: TextStyle( fontSize: SizeConfig.textMultiplier * 1.4, letterSpacing: -0.27, + fontWeight: FontWeight.w600, ), ), mFlex(1),