QOL: Package Tile Update

This commit is contained in:
2025-12-09 19:14:50 +02:00
parent 07360dd308
commit 6a8b9c6902
23 changed files with 102 additions and 816 deletions

View File

@@ -41,9 +41,7 @@ class _PatManagerTileState extends State<PatManagerTile> {
// size: widget.packageSize,
),
iconSize: widget.packageSize,
primaryColor: MihColors.getSecondaryColor(
MzansiInnovationHub.of(context)!.theme.mode == "Dark"),
secondaryColor: MihColors.getPrimaryColor(
textColor: MihColors.getSecondaryColor(
MzansiInnovationHub.of(context)!.theme.mode == "Dark"),
);
}