Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusrp98 committed Apr 4, 2020
1 parent 3c00325 commit ab49851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/row_item.dart
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ class _Text extends StatelessWidget {
@override
Widget build(BuildContext context) {
return DefaultTextStyle(
style: Theme.of(context).textTheme.subtitle1.copyWith(
style: Theme.of(context).textTheme.subhead.copyWith(
decoration:
clickable ? TextDecoration.underline : TextDecoration.none,
),
Expand Down

0 comments on commit ab49851

Please sign in to comment.