use default background instead of surface

This commit is contained in:
Rikard Braathen 2024-01-25 13:19:58 +01:00
parent 040e15d02e
commit a26e809cc9
No known key found for this signature in database
GPG Key ID: BB568D1A81F6A965

View File

@ -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,