Skip to content

Commit 2eedb1d

Browse files
committed
ptch: changes Quit button width
1 parent 914387f commit 2eedb1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/play_session/play_session_screen.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class _PlaySessionScreenState extends State<PlaySessionScreen> {
7676
Padding(
7777
padding: const EdgeInsets.all(8.0),
7878
child: SizedBox(
79-
width: double.infinity,
79+
width: 300,
8080
child: FilledButton(
8181
onPressed: () => GoRouter.of(context).go('/play'),
8282
child: const Text('Quit'),

0 commit comments

Comments
 (0)