Fix SimplePage background color variable (#232)

This commit is contained in:
Caleb Jasik 2025-01-23 16:55:28 -06:00 committed by GitHub
parent 91e6a4f6a2
commit ae412cc407
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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