Skip to content

Commit

Permalink
Update text_diff_page.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
gumbarros committed Jul 3, 2023
1 parent c33b232 commit 1d1f514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/impl/text/text_diff/text_diff_page.dart
Expand Up @@ -207,7 +207,7 @@ class _Diff extends ConsumerWidget {
fontSize: ref.watch(settingsProvider).textEditorFontSize,
textBaseline: TextBaseline.alphabetic,
fontFamily: settings.textEditorFontFamily,
color: Theme.of(context).textTheme.bodyText1!.color),
color: Theme.of(context).textTheme.bodyLarge!.color),
newText: ref.watch(newTextProvider),
oldText: ref.watch(oldTextProvider),
)),
Expand Down

0 comments on commit 1d1f514

Please sign in to comment.