Changed create game button size
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 2m6s
Pull Request Pipeline / lint (pull_request) Successful in 2m8s

This commit is contained in:
2025-11-26 12:40:06 +01:00
parent 919c9f57ac
commit b5234c765c
2 changed files with 2 additions and 3 deletions

View File

@@ -178,12 +178,12 @@ class _GameHistoryViewState extends State<GameHistoryView> {
),
),
Positioned(
bottom: 110,
bottom: MediaQuery.paddingOf(context).bottom,
width: MediaQuery.of(context).size.width,
child: Center(
child: CustomWidthButton(
text: 'Create Game',
sizeRelativeToWidth: 0.95,
sizeRelativeToWidth: 0.90,
onPressed: () {
Navigator.of(context).push(
MaterialPageRoute(

View File

@@ -92,7 +92,6 @@ class _GroupsViewState extends State<GroupsView> {
);
},
),
Positioned(
bottom: MediaQuery.paddingOf(context).bottom,
child: CustomWidthButton(