use new icons on tiles
This commit is contained in:
@@ -36,19 +36,10 @@ class _MzansiProfileTileState extends State<MzansiProfileTile> {
|
||||
);
|
||||
},
|
||||
appName: "Mzansi Profile",
|
||||
appIcon: Container(
|
||||
padding: const EdgeInsets.all(1),
|
||||
alignment: Alignment.center,
|
||||
// color: Colors.black,
|
||||
child: FittedBox(
|
||||
fit: BoxFit.contain,
|
||||
child: Icon(
|
||||
MihIcons.mihLogo,
|
||||
color: MzanziInnovationHub.of(context)!.theme.primaryColor(),
|
||||
// size: widget.packageSize,
|
||||
),
|
||||
),
|
||||
// child: Image(image: logo),
|
||||
appIcon: Icon(
|
||||
MihIcons.mihLogo,
|
||||
color: MzanziInnovationHub.of(context)!.theme.secondaryColor(),
|
||||
// size: widget.packageSize,
|
||||
),
|
||||
iconSize: widget.packageSize,
|
||||
primaryColor: MzanziInnovationHub.of(context)!.theme.secondaryColor(),
|
||||
|
||||
@@ -35,16 +35,10 @@ class _MzansiSetupProfileTileState extends State<MzansiSetupProfileTile> {
|
||||
);
|
||||
},
|
||||
appName: "Setup Profile",
|
||||
appIcon: Container(
|
||||
padding: const EdgeInsets.all(1),
|
||||
child: FittedBox(
|
||||
fit: BoxFit.contain,
|
||||
child: Icon(
|
||||
MihIcons.mihLogo,
|
||||
color: MzanziInnovationHub.of(context)!.theme.primaryColor(),
|
||||
// size: widget.packageSize,
|
||||
),
|
||||
),
|
||||
appIcon: Icon(
|
||||
MihIcons.profileSetup,
|
||||
color: MzanziInnovationHub.of(context)!.theme.secondaryColor(),
|
||||
// size: widget.packageSize,
|
||||
),
|
||||
iconSize: widget.packageSize,
|
||||
primaryColor: MzanziInnovationHub.of(context)!.theme.secondaryColor(),
|
||||
|
||||
Reference in New Issue
Block a user