Skip to content

Commit

Permalink
Merge pull request #178 from autodo-app/177
Browse files Browse the repository at this point in the history
reduce font size of last completed text
  • Loading branch information
baylessj authored Jan 18, 2020
2 parents acdae62 + 13293cc commit 8a397ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/screens/home/widgets/todo_card.dart
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ class _TodoLastCompleted extends StatelessWidget {
Text(
AutodoLocalizations
.firstTimeDoingTask, // TODO adjust this for past completed
style: Theme.of(context).primaryTextTheme.body1,
style:
Theme.of(context).primaryTextTheme.body1.copyWith(fontSize: 14),
),
],
);
Expand Down

0 comments on commit 8a397ef

Please sign in to comment.