revert
This commit is contained in:
@@ -205,7 +205,23 @@ class _MihBusinessHomeState extends State<MihBusinessHome>
|
|||||||
return MihSingleChildScroll(
|
return MihSingleChildScroll(
|
||||||
child: Column(
|
child: Column(
|
||||||
children: [
|
children: [
|
||||||
const SizedBox(height: 10),
|
// Icon(
|
||||||
|
// MihIcons.mihLogo,
|
||||||
|
// size: width / 2,
|
||||||
|
// color: MzanziInnovationHub.of(context)!.theme.secondaryColor(),
|
||||||
|
// ),
|
||||||
|
// const SizedBox(height: 10),
|
||||||
|
// Text(
|
||||||
|
// // "Welcome, ${widget.signedInUser.fname}!",
|
||||||
|
// "Mzansi Innovation Hub",
|
||||||
|
// textAlign: TextAlign.center,
|
||||||
|
// style: TextStyle(
|
||||||
|
// fontSize: 30,
|
||||||
|
// fontWeight: FontWeight.bold,
|
||||||
|
// color: MzanziInnovationHub.of(context)!.theme.secondaryColor(),
|
||||||
|
// ),
|
||||||
|
// ),
|
||||||
|
// const SizedBox(height: 20),
|
||||||
Padding(
|
Padding(
|
||||||
padding: EdgeInsets.symmetric(horizontal: width / 20),
|
padding: EdgeInsets.symmetric(horizontal: width / 20),
|
||||||
child: MihSearchBar(
|
child: MihSearchBar(
|
||||||
|
|||||||
@@ -248,7 +248,23 @@ class _MihPersonalHomeState extends State<MihPersonalHome>
|
|||||||
return MihSingleChildScroll(
|
return MihSingleChildScroll(
|
||||||
child: Column(
|
child: Column(
|
||||||
children: [
|
children: [
|
||||||
const SizedBox(height: 10),
|
// Icon(
|
||||||
|
// MihIcons.mihLogo,
|
||||||
|
// size: 200,
|
||||||
|
// color: MzanziInnovationHub.of(context)!.theme.secondaryColor(),
|
||||||
|
// ),
|
||||||
|
// const SizedBox(height: 10),
|
||||||
|
// Text(
|
||||||
|
// // "Welcome, ${widget.signedInUser.fname}!",
|
||||||
|
// "Mzansi Innovation Hub",
|
||||||
|
// textAlign: TextAlign.center,
|
||||||
|
// style: TextStyle(
|
||||||
|
// fontSize: 30,
|
||||||
|
// fontWeight: FontWeight.bold,
|
||||||
|
// color: MzanziInnovationHub.of(context)!.theme.secondaryColor(),
|
||||||
|
// ),
|
||||||
|
// ),
|
||||||
|
// const SizedBox(height: 20),
|
||||||
Padding(
|
Padding(
|
||||||
padding: EdgeInsets.symmetric(horizontal: width / 20),
|
padding: EdgeInsets.symmetric(horizontal: width / 20),
|
||||||
child: MihSearchBar(
|
child: MihSearchBar(
|
||||||
@@ -274,7 +290,7 @@ class _MihPersonalHomeState extends State<MihPersonalHome>
|
|||||||
searchFocusNode: _searchFocusNode,
|
searchFocusNode: _searchFocusNode,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
const SizedBox(height: 10),
|
const SizedBox(height: 20),
|
||||||
ValueListenableBuilder(
|
ValueListenableBuilder(
|
||||||
valueListenable: searchPackageName,
|
valueListenable: searchPackageName,
|
||||||
builder: (context, value, child) {
|
builder: (context, value, child) {
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ class _MzansiProfileTileState extends State<MzansiProfileTile> {
|
|||||||
},
|
},
|
||||||
appName: "Mzansi Profile",
|
appName: "Mzansi Profile",
|
||||||
appIcon: Icon(
|
appIcon: Icon(
|
||||||
MihIcons.personalProfile,
|
MihIcons.mihLogo,
|
||||||
color: MzanziInnovationHub.of(context)!.theme.secondaryColor(),
|
color: MzanziInnovationHub.of(context)!.theme.secondaryColor(),
|
||||||
// size: widget.packageSize,
|
// size: widget.packageSize,
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user