Removed bg color

This commit is contained in:
2026-05-23 21:52:32 +02:00
parent 3048e5c75d
commit 9ad50c9f9c

View File

@@ -117,7 +117,6 @@ class _CreateGameViewState extends State<CreateGameView> {
return ScaffoldMessenger( return ScaffoldMessenger(
child: Scaffold( child: Scaffold(
backgroundColor: CustomTheme.backgroundColor,
appBar: AppBar( appBar: AppBar(
title: Text(isEditing ? loc.edit_game : loc.create_game), title: Text(isEditing ? loc.edit_game : loc.create_game),
actions: [ actions: [