chore: remove text scaling in phonetic transcription widget (#3409)
This commit is contained in:
parent
a03ce7e7b1
commit
7afe08fc67
1 changed files with 1 additions and 0 deletions
|
|
@ -180,6 +180,7 @@ class _PhoneticTranscriptionWidgetState
|
|||
Flexible(
|
||||
child: Text(
|
||||
"/$_transcription/",
|
||||
textScaler: TextScaler.noScaling,
|
||||
style: widget.style ??
|
||||
Theme.of(context).textTheme.bodyMedium,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue