Change MzanziInnovationHub to MzansiInnovationHub
This commit is contained in:
parent
83cb187868
commit
3535de560d
118 changed files with 1488 additions and 1486 deletions
|
|
@ -27,12 +27,12 @@ class _BuildBusinessSearchResultsListState
|
|||
itemCount: widget.businessList.length,
|
||||
separatorBuilder: (BuildContext context, index) {
|
||||
return Divider(
|
||||
color: MzanziInnovationHub.of(context)!.theme.secondaryColor(),
|
||||
color: MzansiInnovationHub.of(context)!.theme.secondaryColor(),
|
||||
);
|
||||
},
|
||||
itemBuilder: (context, index) {
|
||||
return Material(
|
||||
color: MzanziInnovationHub.of(context)!.theme.primaryColor(),
|
||||
color: MzansiInnovationHub.of(context)!.theme.primaryColor(),
|
||||
child: InkWell(
|
||||
onTap: () {
|
||||
Navigator.of(context).pushNamed(
|
||||
|
|
@ -40,7 +40,7 @@ class _BuildBusinessSearchResultsListState
|
|||
arguments: widget.businessList[index],
|
||||
);
|
||||
},
|
||||
splashColor: MzanziInnovationHub.of(context)!
|
||||
splashColor: MzansiInnovationHub.of(context)!
|
||||
.theme
|
||||
.secondaryColor()
|
||||
.withOpacity(0.2),
|
||||
|
|
|
|||
|
|
@ -25,12 +25,12 @@ class _BuildUserSearchResultsListState
|
|||
itemCount: widget.userList.length,
|
||||
separatorBuilder: (BuildContext context, index) {
|
||||
return Divider(
|
||||
color: MzanziInnovationHub.of(context)!.theme.secondaryColor(),
|
||||
color: MzansiInnovationHub.of(context)!.theme.secondaryColor(),
|
||||
);
|
||||
},
|
||||
itemBuilder: (context, index) {
|
||||
return Material(
|
||||
color: MzanziInnovationHub.of(context)!.theme.primaryColor(),
|
||||
color: MzansiInnovationHub.of(context)!.theme.primaryColor(),
|
||||
child: InkWell(
|
||||
onTap: () {
|
||||
Navigator.of(context).pushNamed(
|
||||
|
|
@ -38,7 +38,7 @@ class _BuildUserSearchResultsListState
|
|||
arguments: widget.userList[index],
|
||||
);
|
||||
},
|
||||
splashColor: MzanziInnovationHub.of(context)!
|
||||
splashColor: MzansiInnovationHub.of(context)!
|
||||
.theme
|
||||
.secondaryColor()
|
||||
.withOpacity(0.2),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue