From c6516919997fd23ba1b412781c77a7f1ae442365 Mon Sep 17 00:00:00 2001 From: CatHood0 Date: Thu, 4 Jul 2024 21:09:30 -0400 Subject: [PATCH] fix: restore h1 configurations on DefaultStyles --- lib/src/widgets/others/default_styles.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/src/widgets/others/default_styles.dart b/lib/src/widgets/others/default_styles.dart index e1a1a496..555ef074 100644 --- a/lib/src/widgets/others/default_styles.dart +++ b/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, ),