mirror of
https://github.com/DefinedNet/mobile_nebula.git
synced 2025-01-28 16:17:03 +00:00
Fix SimplePage background color variable (#232)
This commit is contained in:
parent
91e6a4f6a2
commit
ae412cc407
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue