Change baseSpacing to Tuple2(6.0, 0)

pull/31/head
singerdmx 4 years ago
parent fffc4dba63
commit 9cf6bb94f9
  1. 2
      lib/widgets/default_styles.dart

@ -86,7 +86,7 @@ class DefaultStyles {
fontSize: 16.0,
height: 1.3,
);
Tuple2<double, double> baseSpacing = Tuple2(6.0, 10);
Tuple2<double, double> baseSpacing = Tuple2(6.0, 0);
String fontFamily;
switch (themeData.platform) {
case TargetPlatform.iOS:

Loading…
Cancel
Save