Skip to content

Commit

Permalink
Increase icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonfagan committed Oct 27, 2022
1 parent 07deeac commit 2429be9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/pages/timer/widgets/control.dart
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ class Control extends StatelessWidget {
)
: ElevatedButton.icon(
onPressed: onNextPressed,
icon: const Icon(Icons.arrow_forward),
icon: const Icon(
Icons.arrow_forward,
size: 36,
),
label: Padding(
padding: const EdgeInsets.fromLTRB(8, 0, 8, 0),
child: Text(
Expand Down

0 comments on commit 2429be9

Please sign in to comment.