Browse Source

changed height of 'body' textStyle

ashilkn 2 years ago
parent
commit
7149d9b9a2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/theme/text_style.dart

+ 1 - 1
lib/theme/text_style.dart

@@ -43,7 +43,7 @@ const TextStyle large = TextStyle(
 );
 const TextStyle body = TextStyle(
   fontSize: 16,
-  height: 19.4 / 16.0,
+  height: 20 / 16.0,
   fontWeight: _regularWeight,
   fontFamily: _fontFamily,
 );