fix icons and remove .
This commit is contained in:
parent
dc4b82091f
commit
4755e5b6bd
3 changed files with 9 additions and 9 deletions
|
|
@ -211,7 +211,7 @@ class _MihSearchMzansiState extends State<MihSearchMzansi> {
|
|||
Expanded(
|
||||
child: MihDropdownField(
|
||||
controller: businessTypeController,
|
||||
hintText: "Business Type Filter",
|
||||
hintText: "Business Type",
|
||||
dropdownOptions: options,
|
||||
requiredText: true,
|
||||
editable: true,
|
||||
|
|
@ -466,7 +466,7 @@ class _MihSearchMzansiState extends State<MihSearchMzansi> {
|
|||
children: [
|
||||
const SizedBox(height: 50),
|
||||
Icon(
|
||||
MihIcons.personalProfile,
|
||||
MihIcons.businessProfile,
|
||||
size: 165,
|
||||
color:
|
||||
MzansiInnovationHub.of(context)!.theme.secondaryColor(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue