Skip to content
This repository was archived by the owner on Apr 21, 2025. It is now read-only.

Commit 9b7f228

Browse files
authored
replace CupertinoPageScaffold with Material in CountrySelectPage (#1276)
1 parent 2f44c0a commit 9b7f228

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

client/flutter/lib/pages/onboarding/country_select_page.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ class CountrySelectPage extends StatelessWidget {
1919

2020
@override
2121
Widget build(BuildContext context) {
22-
return CupertinoPageScaffold(
23-
backgroundColor: CupertinoColors.white,
22+
return Material(
23+
color: CupertinoColors.white,
2424
child: Column(
2525
crossAxisAlignment: CrossAxisAlignment.stretch,
2626
children: <Widget>[

0 commit comments

Comments
 (0)