diff --git a/lib/views/round_view.dart b/lib/views/round_view.dart index 6cd6695..988adbf 100644 --- a/lib/views/round_view.dart +++ b/lib/views/round_view.dart @@ -165,9 +165,9 @@ class _RoundViewState extends State { SizedBox( width: 100, child: Center(child: Text('Punkte'))), - SizedBox(width: 28), + SizedBox(width: 20), SizedBox( - width: 70, + width: 80, child: Center(child: Text('Kamikaze'))), ], ), diff --git a/pubspec.yaml b/pubspec.yaml index 70838b6..20c5304 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: cabo_counter description: "Mobile app for the card game Cabo" publish_to: 'none' -version: 0.2.4+192 +version: 0.2.5+193 environment: sdk: ^3.5.4