migrate to mih_package_tooklit

This commit is contained in:
2026-03-20 12:04:18 +02:00
parent c67529dbac
commit e5ce03e396
31 changed files with 47 additions and 50 deletions

View File

@@ -39,6 +39,7 @@ class _MihAuthForgotPasswordState extends State<MihAuthForgotPassword> {
MihPackageAction getAction() {
return MihPackageAction(
icon: const Icon(Icons.arrow_back),
iconColor: MihColors.secondary(),
iconSize: 35,
onTap: () {
context.goNamed(

View File

@@ -45,6 +45,7 @@ class _MihAuthPasswordResetState extends State<MihAuthPasswordReset> {
padding: const EdgeInsets.only(left: 5.0),
child: MihPackageAction(
icon: const Icon(MihIcons.mihLogo),
iconColor: MihColors.secondary(),
iconSize: 45,
onTap: () {
context.goNamed(

View File

@@ -72,6 +72,7 @@ class _MihAuthenticationState extends State<MihAuthentication> {
padding: const EdgeInsets.only(left: 5.0),
child: MihPackageAction(
icon: const Icon(MihIcons.mihLogo),
iconColor: MihColors.secondary(),
iconSize: 45,
onTap: () {
context.goNamed("aboutMih", extra: true);