Improved text scale factor

This commit is contained in:
Juan Gilsanz Polo 2023-11-29 17:28:50 +01:00
parent 5f9d24cc5f
commit d8eeb7a51b
2 changed files with 3 additions and 27 deletions

View file

@ -175,7 +175,7 @@ class _BottomRowState extends State<_BottomRow> {
Widget build(BuildContext context) {
final statusProvider = Provider.of<StatusProvider>(context);
final textScale = MediaQuery.of(context).textScaleFactor;
final textScale = MediaQuery.of(context).textScaler.scale(1);
return Container(
height: Platform.isMacOS || Platform.isLinux || Platform.isWindows