From 65d4ba35f768a93d9ebf3c5d2d1e0239756ebce3 Mon Sep 17 00:00:00 2001 From: Khen Solomon Lethil Date: Tue, 14 Dec 2021 15:09:33 +0100 Subject: [PATCH] height: 1.25 --- lib/core/theme/data.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/core/theme/data.dart b/lib/core/theme/data.dart index 3586a45..b29145c 100644 --- a/lib/core/theme/data.dart +++ b/lib/core/theme/data.dart @@ -241,7 +241,7 @@ class IdeaData { "Mm3Web", ], fontSize: 20, - height: 1.2, + height: 1.25, ), bodyText2: TextStyle( fontWeight: _fontWeighMedium, @@ -250,7 +250,7 @@ class IdeaData { "Mm3Web", ], fontSize: 20, - height: 1.2, + height: 1.25, ), caption: TextStyle( fontWeight: _fontWeighSemiBold,