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, ),