Skip to content

Commit af6919d

Browse files
authored
Update html_parser.dart
1 parent 5cea1b4 commit af6919d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/html_parser.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ class StyledText extends StatelessWidget {
731731
style: style.generateTextStyle(),
732732
textAlign: style.textAlign,
733733
textDirection: style.direction,
734-
textScaleFactor: textScaleFactor,
734+
textScaleFactor: 1.0,
735735
),
736736
);
737737
}

0 commit comments

Comments
 (0)