fix swipe on business details
This commit is contained in:
@@ -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> {
|
|||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user