revert
This commit is contained in:
parent
ec27667509
commit
58f371337a
3 changed files with 36 additions and 4 deletions
|
|
@ -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,
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue