Skip to content

Commit

Permalink
#487 revert
Browse files Browse the repository at this point in the history
  • Loading branch information
shiosyakeyakini-info committed Dec 17, 2023
1 parent 398d7fa commit cd8cddb
Showing 1 changed file with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -355,8 +355,8 @@ class GeneralSettingsPageState extends ConsumerState<GeneralSettingsPage> {
value: font,
child: Text(
font.displayName,
style: GoogleFonts.asMap()[font.actualName]
?.call(),
// style: GoogleFonts.asMap()[font.actualName]
// ?.call(),
),
)
],
Expand All @@ -379,9 +379,9 @@ class GeneralSettingsPageState extends ConsumerState<GeneralSettingsPage> {
value: font,
child: Text(
font.displayName,
style: GoogleFonts.asMap()[font.actualName]
?.call() ??
AppTheme.of(context).serifStyle,
// style: GoogleFonts.asMap()[font.actualName]
// ?.call() ??
// AppTheme.of(context).serifStyle,
),
)
],
Expand All @@ -404,9 +404,9 @@ class GeneralSettingsPageState extends ConsumerState<GeneralSettingsPage> {
value: font,
child: Text(
font.displayName,
style: GoogleFonts.asMap()[font.actualName]
?.call() ??
AppTheme.of(context).monospaceStyle,
// style: GoogleFonts.asMap()[font.actualName]
// ?.call() ??
// AppTheme.of(context).monospaceStyle,
),
)
],
Expand Down Expand Up @@ -452,9 +452,9 @@ class GeneralSettingsPageState extends ConsumerState<GeneralSettingsPage> {
value: font,
child: Text(
font.displayName,
style: GoogleFonts.asMap()[font.actualName]
?.call() ??
AppTheme.of(context).fantasyStyle,
// style: GoogleFonts.asMap()[font.actualName]
// ?.call() ??
// AppTheme.of(context).fantasyStyle,
),
)
],
Expand Down

0 comments on commit cd8cddb

Please sign in to comment.