Prechádzať zdrojové kódy

changed height of 'body' textStyle

ashilkn 2 rokov pred
rodič
commit
7149d9b9a2
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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,
 );