fix game page allignment
This commit is contained in:
parent
1315f2eb0c
commit
2523e52c82
|
@ -1662,6 +1662,7 @@ class _GamePageState extends State<GamePage>
|
|||
backgroundColor: Colors.transparent,
|
||||
elevation: 0.0,
|
||||
),
|
||||
extendBodyBehindAppBar: true,
|
||||
backgroundColor: LocalDatabaseService.colorSettings.darkBackgroundColor,
|
||||
body: Padding(
|
||||
padding: EdgeInsets.symmetric(horizontal: screenPaddingH),
|
||||
|
|
Loading…
Reference in New Issue