user seach in bus prof

This commit is contained in:
2025-08-07 11:55:04 +02:00
parent 82f4044eac
commit acb1b72c9a

View File

@@ -85,19 +85,20 @@ class _MihBusinessUserSearchState extends State<MihBusinessUserSearch> {
color: MzansiInnovationHub.of(context)!.theme.secondaryColor(), color: MzansiInnovationHub.of(context)!.theme.secondaryColor(),
), ),
), ),
// const SizedBox(height: 10), const SizedBox(height: 10),
// Center( Center(
// child: RichText( child: RichText(
// textAlign: TextAlign.center, textAlign: TextAlign.center,
// text: TextSpan( text: TextSpan(
// style: TextStyle( style: TextStyle(
// fontSize: 20, fontSize: 20,
// fontWeight: FontWeight.normal, fontWeight: FontWeight.normal,
// color: color:
// MzansiInnovationHub.of(context)!.theme.secondaryColor(), MzansiInnovationHub.of(context)!.theme.secondaryColor(),
// ), ),
// children: [ children: [
// TextSpan(text: "Press "), TextSpan(
text: "You can search using their Username or Email"),
// WidgetSpan( // WidgetSpan(
// alignment: PlaceholderAlignment.middle, // alignment: PlaceholderAlignment.middle,
// child: Icon( // child: Icon(
@@ -109,10 +110,10 @@ class _MihBusinessUserSearchState extends State<MihBusinessUserSearch> {
// ), // ),
// ), // ),
// TextSpan(text: " to add your first loyalty card"), // TextSpan(text: " to add your first loyalty card"),
// ], ],
// ), ),
// ), ),
// ), ),
], ],
), ),
); );