fix desing

merge-update-with-lab-changes
Fatimah Alshammari 4 years ago
parent bc49d0d7c0
commit dbe74b3eb4

@ -37,7 +37,9 @@ class _ProductNameAndPriceState extends State<ProductNameAndPrice> {
Widget build(BuildContext context) { Widget build(BuildContext context) {
ProjectViewModel projectViewModel = Provider.of(context); ProjectViewModel projectViewModel = Provider.of(context);
return Column( return Container(
color: Color(0xffF7F7F7),
child: Column(
mainAxisAlignment: MainAxisAlignment.start, mainAxisAlignment: MainAxisAlignment.start,
children: [ children: [
SizedBox( SizedBox(
@ -258,6 +260,7 @@ class _ProductNameAndPriceState extends State<ProductNameAndPrice> {
height: 30, height: 30,
), ),
], ],
),
); );
} }

Loading…
Cancel
Save