chore: remove text scaling in phonetic transcription widget (#3409)

This commit is contained in:
ggurdin 2025-07-10 14:03:04 -04:00 committed by GitHub
parent a03ce7e7b1
commit 7afe08fc67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -180,6 +180,7 @@ class _PhoneticTranscriptionWidgetState
Flexible(
child: Text(
"/$_transcription/",
textScaler: TextScaler.noScaling,
style: widget.style ??
Theme.of(context).textTheme.bodyMedium,
),