Skip to content

Commit c987d09

Browse files
committed
Fix example project
1 parent 0175720 commit c987d09

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

example/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class _MyHomePageState extends State<MyHomePage> {
4545
),
4646
Text(
4747
'$_counter',
48-
style: Theme.of(context).textTheme.headline4,
48+
style: Theme.of(context).textTheme.headlineMedium,
4949
),
5050
],
5151
),

example/test/sample_test.dart

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)