diff --git a/lib/components/SimplePage.dart b/lib/components/SimplePage.dart index cc00d2e..7d25d16 100644 --- a/lib/components/SimplePage.dart +++ b/lib/components/SimplePage.dart @@ -98,7 +98,7 @@ class SimplePage extends StatelessWidget { } return PlatformScaffold( - backgroundColor: Theme.of(context).canvasColor, + backgroundColor: Theme.of(context).scaffoldBackgroundColor, appBar: PlatformAppBar( title: title, leading: leadingAction != null ? leadingAction : Utils.leadingBackWidget(context),