fix icons and remove .

This commit is contained in:
2025-08-07 11:14:07 +02:00
parent dc4b82091f
commit 4755e5b6bd
3 changed files with 9 additions and 9 deletions

View File

@@ -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(),