Skip to content

Commit

Permalink
Fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
intoinside committed Feb 19, 2024
1 parent 4a231a0 commit 1eaec13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/widgets/proverb_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class _ProverbWidgetState extends State<ProverbWidget> {
),
Container(height: 50),
Text(
widget.englishProverb ?? "empty",
widget.englishProverb,
textAlign: TextAlign.center,
style: Theme.of(context).textTheme.bodyMedium!.copyWith(
color: Theme.of(context).colorScheme.onPrimary, fontSize: 27),
Expand Down

0 comments on commit 1eaec13

Please sign in to comment.