mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-28 01:45:55 +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);
|
ThemeData theme = Theme.of(context);
|
||||||
theme = theme.copyWith(
|
theme = theme.copyWith(
|
||||||
textTheme: theme.textTheme.copyWith(
|
textTheme: theme.textTheme.copyWith(
|
||||||
body1: theme.textTheme.body1,
|
body1: theme.textTheme.subhead,
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user