We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c33b232 commit 1d1f514Copy full SHA for 1d1f514
lib/src/impl/text/text_diff/text_diff_page.dart
@@ -207,7 +207,7 @@ class _Diff extends ConsumerWidget {
207
fontSize: ref.watch(settingsProvider).textEditorFontSize,
208
textBaseline: TextBaseline.alphabetic,
209
fontFamily: settings.textEditorFontFamily,
210
- color: Theme.of(context).textTheme.bodyText1!.color),
+ color: Theme.of(context).textTheme.bodyLarge!.color),
211
newText: ref.watch(newTextProvider),
212
oldText: ref.watch(oldTextProvider),
213
)),
0 commit comments