change base on comment in gitlab

setting_branch
enadhilal 5 years ago
parent ed27e27244
commit 9d9f411bd0

@ -16,7 +16,7 @@ class DeliveryConfirmedPage extends StatelessWidget {
return AppScaffold(
body: SafeArea(
child: Container(
color: Theme.of(context).disabledColor,
color: Theme.of(context).primaryColor,
child: ListView(
children: <Widget>[
Column(

@ -18,14 +18,14 @@ class InformationPage extends StatelessWidget {
Widget build(BuildContext context) {
return AppScaffold(
isShowAppBar: true,
appBarColor: Theme.of(context).disabledColor,
appBarColor: Theme.of(context).primaryColor,
arrowColor: Colors.white,
titleColor: Colors.white,
appBarTitle: TranslationBase.of(context).deliveryInfo,
body: Container(
color: Theme.of(context).disabledColor,
color: Theme.of(context).primaryColor,
child: Container(
color: Theme.of(context).disabledColor,
color: Theme.of(context).primaryColor,
child: ListView(
children: <Widget>[
Column(
@ -110,7 +110,7 @@ class InformationPage extends StatelessWidget {
btnFunction: () {},
),
deliveryInfoButton(
btnColor: Theme.of(context).disabledColor,
btnColor: Theme.of(context).primaryColor,
btnIcon: Icon(
Icons.phone,
size: 30,

Loading…
Cancel
Save