Teamspiele implementieren #217

Open
flixcoo wants to merge 55 commits from feature/168-teamspiele-implementieren into development
Showing only changes of commit 418a6307a0 - Show all commits

View File

@@ -48,7 +48,7 @@ class _OrganizeTeamsViewState extends State<OrganizeTeamsView> {
Widget build(BuildContext context) { Widget build(BuildContext context) {
return Scaffold( return Scaffold(
backgroundColor: CustomTheme.backgroundColor, backgroundColor: CustomTheme.backgroundColor,
appBar: AppBar(title: const Text('Teams organisieren')), appBar: AppBar(title: const Text('Organize Teams')),
body: SafeArea( body: SafeArea(
child: Column( child: Column(
children: [ children: [