fix: restore h1 configurations on DefaultStyles

pull/1972/head
CatHood0 9 months ago
parent 218416394e
commit c651691999
  1. 4
      lib/src/widgets/others/default_styles.dart

@ -258,8 +258,8 @@ class DefaultStyles {
defaultTextStyle.style.copyWith(
fontSize: 34,
color: defaultTextStyle.style.color,
letterSpacing: -1,
height: 1.030,
letterSpacing: -0.5,
height: 1.083,
fontWeight: FontWeight.bold,
decoration: TextDecoration.none,
),

Loading…
Cancel
Save