Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Commit

Permalink
Add missing SafeArea
Browse files Browse the repository at this point in the history
  • Loading branch information
cuong0993 committed Sep 21, 2021
1 parent 06f99f8 commit b344d55
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/game_config/game_config_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,7 @@ class GameConfigPage extends ConsumerWidget {
),
),
),
bottomNavigationBar: Padding(
padding: const EdgeInsets.symmetric(horizontal: 8),
bottomNavigationBar: SafeArea(
child: ElevatedButton(
onPressed: () {
primaryColor = Theme.of(context).colorScheme.primary;
Expand Down

0 comments on commit b344d55

Please sign in to comment.