mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-27 01:02:14 +08:00
Using the same font when editing and viewing the note
Otherwise the transition seems a bit off. Also, we will soon be combining both the editor and viewer, so it makes sense for them to look identical.
This commit is contained in:
@ -175,7 +175,7 @@ class NoteViewer extends StatelessWidget {
|
||||
ThemeData theme = Theme.of(context);
|
||||
theme = theme.copyWith(
|
||||
textTheme: theme.textTheme.copyWith(
|
||||
body1: theme.textTheme.body1,
|
||||
body1: theme.textTheme.subhead,
|
||||
),
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user