Skip to content

Commit

Permalink
Increase button font size
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonfagan committed Oct 27, 2022
1 parent af5bd7c commit 07deeac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/timer/widgets/control.dart
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class Control extends StatelessWidget {
padding: const EdgeInsets.fromLTRB(8, 0, 8, 0),
child: Text(
nextTitle,
style: const TextStyle(fontSize: 32),
style: const TextStyle(fontSize: 36),
),
),
style: ElevatedButton.styleFrom(shape: const StadiumBorder()),
Expand Down

0 comments on commit 07deeac

Please sign in to comment.