mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-12-23 10:11:52 +03:00
use default background instead of surface
This commit is contained in:
parent
040e15d02e
commit
a26e809cc9
@ -82,7 +82,6 @@ class AppPage extends StatelessWidget {
|
||||
scaffoldState?.openEndDrawer();
|
||||
}
|
||||
return Scaffold(
|
||||
backgroundColor: Theme.of(context).colorScheme.surface,
|
||||
body: Row(
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
@ -285,7 +284,6 @@ class AppPage extends StatelessWidget {
|
||||
);
|
||||
}
|
||||
return Scaffold(
|
||||
backgroundColor: Theme.of(context).colorScheme.surface,
|
||||
key: scaffoldGlobalKey,
|
||||
appBar: AppBar(
|
||||
scrolledUnderElevation: 0.0,
|
||||
|
Loading…
Reference in New Issue
Block a user