Resized 2v2 matchcontroller

This commit is contained in:
Mercurio 2025-01-27 22:21:32 +01:00
parent ce08cd7eb4
commit 0041f5bc4c

View file

@ -214,7 +214,7 @@ class _JoinMatchPageState extends State<JoinMatchPage> {
color: Colors.white),
onPressed: () => _updateScore(1, -1)),
Container(
width: 100,
width: 70,
height: 50,
decoration: BoxDecoration(
border: Border.all(
@ -237,7 +237,7 @@ class _JoinMatchPageState extends State<JoinMatchPage> {
),
],
),
SizedBox(width: 32),
SizedBox(width: 20),
Column(
children: [
Text(_players[1],
@ -249,7 +249,7 @@ class _JoinMatchPageState extends State<JoinMatchPage> {
color: Colors.white),
onPressed: () => _updateScore(2, -1)),
Container(
width: 100,
width: 70,
height: 50,
decoration: BoxDecoration(
border: Border.all(
@ -290,7 +290,7 @@ class _JoinMatchPageState extends State<JoinMatchPage> {
color: Colors.white),
onPressed: () => _updateScore(3, -1)),
Container(
width: 100,
width: 70,
height: 50,
decoration: BoxDecoration(
border: Border.all(
@ -313,7 +313,7 @@ class _JoinMatchPageState extends State<JoinMatchPage> {
),
],
),
SizedBox(width: 32),
SizedBox(width: 20),
Column(
children: [
Text(_players[3],
@ -325,7 +325,7 @@ class _JoinMatchPageState extends State<JoinMatchPage> {
color: Colors.white),
onPressed: () => _updateScore(4, -1)),
Container(
width: 100,
width: 75,
height: 50,
decoration: BoxDecoration(
border: Border.all(