Skip to content

Commit d8bf370

Browse files
committed
Update to new style
1 parent 6bc625b commit d8bf370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/lib/src/widget/user_info_widget.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class UserInfoWidget extends StatelessWidget {
3131
: Icon(Icons.person),
3232
Text(
3333
userProfile.displayName,
34-
style: Theme.of(context).textTheme.headline,
34+
style: Theme.of(context).textTheme.headline5,
3535
),
3636
if (userEmail != null) Text(userEmail!),
3737
Text(userProfile.statusMessage!),

0 commit comments

Comments
 (0)