fix: orders backgroundColor
This commit is contained in:
parent
5d6629797a
commit
cea8328f04
|
@ -412,6 +412,7 @@ class _PackageOrderPage extends State<PackageOrderPage> {
|
|||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Scaffold(
|
||||
backgroundColor: FlutterFlowTheme.of(context).primaryBackground,
|
||||
appBar: _appBar(context),
|
||||
body: _appBody(context),
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue