fix: orders backgroundColor

This commit is contained in:
J. A. Messias 2024-12-06 13:41:05 -03:00
parent 5d6629797a
commit cea8328f04
1 changed files with 1 additions and 0 deletions

View File

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