Skip to content

Commit

Permalink
subtitle2 style fontweight = w400
Browse files Browse the repository at this point in the history
  • Loading branch information
Makhmudov Babur committed Mar 16, 2021
1 parent 631c16a commit 94af8a8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/config/styles_config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ class StylesConfig {
color: Colors.transparent,
),
// fontFamily: 'PT',
primaryColorBrightness: SchedulerBinding.instance?.window?.platformBrightness ?? Brightness.light,
primaryColorBrightness:
SchedulerBinding.instance?.window?.platformBrightness ??
Brightness.light,
);

static final TextTheme lightTextTheme = TextTheme(
Expand Down Expand Up @@ -75,6 +77,7 @@ class StylesConfig {
static final TextStyle _subtitle2 = TextStyle(
color: subTitleTextColor,
fontSize: Dim.tm2(decimal: -.5),
fontWeight: FontWeight.w400,
);

static final TextStyle _button = TextStyle(
Expand Down

0 comments on commit 94af8a8

Please sign in to comment.