Skip to content

Commit caccf90

Browse files
committed
💄 Lower the min scale factor for texts
1 parent 6c102a1 commit caccf90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/widget/scale_text.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class ScaleText extends StatelessWidget {
99
this.overflow,
1010
this.textAlign,
1111
this.textDirection,
12-
this.minScaleFactor = 0.9,
12+
this.minScaleFactor = 0.7,
1313
this.maxScaleFactor = 1.3,
1414
});
1515

0 commit comments

Comments
 (0)