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