fix swipe on business details
This commit is contained in:
parent
50753bc6bb
commit
21b2447dfe
1 changed files with 192 additions and 196 deletions
|
|
@ -333,7 +333,6 @@ class _BusinessDetailsState extends State<BusinessDetails> {
|
||||||
submitForm(business_id);
|
submitForm(business_id);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
child: SingleChildScrollView(
|
|
||||||
child: Column(
|
child: Column(
|
||||||
children: [
|
children: [
|
||||||
Visibility(
|
Visibility(
|
||||||
|
|
@ -348,9 +347,8 @@ class _BusinessDetailsState extends State<BusinessDetails> {
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
Divider(
|
Divider(
|
||||||
color: MzanziInnovationHub.of(context)
|
color:
|
||||||
?.theme
|
MzanziInnovationHub.of(context)?.theme.secondaryColor(),
|
||||||
.secondaryColor(),
|
|
||||||
),
|
),
|
||||||
const SizedBox(height: 10.0),
|
const SizedBox(height: 10.0),
|
||||||
MIHTextField(
|
MIHTextField(
|
||||||
|
|
@ -559,9 +557,8 @@ class _BusinessDetailsState extends State<BusinessDetails> {
|
||||||
height: 50.0,
|
height: 50.0,
|
||||||
child: MIHButton(
|
child: MIHButton(
|
||||||
buttonText: "Update",
|
buttonText: "Update",
|
||||||
buttonColor: MzanziInnovationHub.of(context)!
|
buttonColor:
|
||||||
.theme
|
MzanziInnovationHub.of(context)!.theme.secondaryColor(),
|
||||||
.secondaryColor(),
|
|
||||||
textColor:
|
textColor:
|
||||||
MzanziInnovationHub.of(context)!.theme.primaryColor(),
|
MzanziInnovationHub.of(context)!.theme.primaryColor(),
|
||||||
onTap: () {
|
onTap: () {
|
||||||
|
|
@ -575,7 +572,6 @@ class _BusinessDetailsState extends State<BusinessDetails> {
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue