Home Page Font weight

merge-requests/390/head
Mirza.Shafique 4 years ago
parent d1b45c8bcc
commit 876463c945

@ -504,7 +504,7 @@ class _LandingPageState extends State<LandingPage> 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),
),

@ -133,6 +133,7 @@ class ServicesView extends StatelessWidget {
style: TextStyle(
fontSize: SizeConfig.textMultiplier * 1.4,
letterSpacing: -0.27,
fontWeight: FontWeight.w600,
),
),
mFlex(1),

Loading…
Cancel
Save