Skip to content

Commit

Permalink
Merge pull request #61 from laogao/patch-1
Browse files Browse the repository at this point in the history
use `titleLarge` for question title
  • Loading branch information
goxiaoy committed May 7, 2023
2 parents 901ffa6 + 1f2b3d4 commit 8653446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/elements/question_title.dart
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class QuestionTitle extends StatelessWidget {
}
}

titleTextStyle() => Theme.of(context).textTheme.titleMedium;
titleTextStyle() => Theme.of(context).textTheme.titleLarge;

title() {
List<Widget> listTitle = <Widget>[];
Expand Down

0 comments on commit 8653446

Please sign in to comment.