changed height of 'body' textStyle

This commit is contained in:
ashilkn 2022-10-28 13:19:55 +05:30
parent 0c9783c6af
commit 7149d9b9a2

View file

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