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

@@ -87,8 +87,7 @@ class _MihSignInState extends State<MihSignIn> {
size: 200,
),
iconSize: 200,
primaryColor: getPrim(),
secondaryColor: getSec(),
textColor: getPrim(),
authenticateUser: false,
));
tileList.add(MihPackageTile(
@@ -110,8 +109,7 @@ class _MihSignInState extends State<MihSignIn> {
size: 200,
),
iconSize: 200,
primaryColor: getPrim(),
secondaryColor: getSec(),
textColor: getPrim(),
authenticateUser: false,
));
//if (AppEnviroment.getEnv() == "Dev") {
@@ -134,8 +132,7 @@ class _MihSignInState extends State<MihSignIn> {
size: 200,
),
iconSize: 200,
primaryColor: getPrim(),
secondaryColor: getSec(),
textColor: getPrim(),
authenticateUser: false,
));
tileList.add(MihPackageTile(
@@ -157,8 +154,7 @@ class _MihSignInState extends State<MihSignIn> {
size: 200,
),
iconSize: 200,
primaryColor: getPrim(),
secondaryColor: getSec(),
textColor: getPrim(),
authenticateUser: false,
));
//}