QOL: Package Tile Update
This commit is contained in:
parent
07360dd308
commit
6a8b9c6902
23 changed files with 102 additions and 816 deletions
|
|
@ -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,
|
||||
));
|
||||
//}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue