diff --git a/lib/pages/views/joinmatch.dart b/lib/pages/views/joinmatch.dart index b147657..6b53e22 100644 --- a/lib/pages/views/joinmatch.dart +++ b/lib/pages/views/joinmatch.dart @@ -214,7 +214,7 @@ class _JoinMatchPageState extends State { 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 { ), ], ), - SizedBox(width: 32), + SizedBox(width: 20), Column( children: [ Text(_players[1], @@ -249,7 +249,7 @@ class _JoinMatchPageState extends State { 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 { 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 { ), ], ), - SizedBox(width: 32), + SizedBox(width: 20), Column( children: [ Text(_players[3], @@ -325,7 +325,7 @@ class _JoinMatchPageState extends State { color: Colors.white), onPressed: () => _updateScore(4, -1)), Container( - width: 100, + width: 75, height: 50, decoration: BoxDecoration( border: Border.all(