Skip to content

Commit 1d1f514

Browse files
authored
Update text_diff_page.dart
1 parent c33b232 commit 1d1f514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/impl/text/text_diff/text_diff_page.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ class _Diff extends ConsumerWidget {
207207
fontSize: ref.watch(settingsProvider).textEditorFontSize,
208208
textBaseline: TextBaseline.alphabetic,
209209
fontFamily: settings.textEditorFontFamily,
210-
color: Theme.of(context).textTheme.bodyText1!.color),
210+
color: Theme.of(context).textTheme.bodyLarge!.color),
211211
newText: ref.watch(newTextProvider),
212212
oldText: ref.watch(oldTextProvider),
213213
)),

0 commit comments

Comments
 (0)