From 5def90553b1f57d338e5a79cb44940767c07e390 Mon Sep 17 00:00:00 2001 From: Yasien Mac Mini Date: Thu, 12 Jun 2025 12:36:11 +0200 Subject: [PATCH] align button color Bio Auth --- .../lib/mih_packages/authentication/biometric_check.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Frontend/lib/mih_packages/authentication/biometric_check.dart b/Frontend/lib/mih_packages/authentication/biometric_check.dart index ffe4f403..ae83d7b6 100644 --- a/Frontend/lib/mih_packages/authentication/biometric_check.dart +++ b/Frontend/lib/mih_packages/authentication/biometric_check.dart @@ -138,7 +138,7 @@ class _BiometricCheckState extends State { Navigator.of(context).pop(); }, buttonColor: - MzanziInnovationHub.of(context)!.theme.successColor(), + MzanziInnovationHub.of(context)!.theme.secondaryColor(), width: 300, child: Text( "Set Up Authentication", @@ -156,7 +156,7 @@ class _BiometricCheckState extends State { authenticateUser(); }, buttonColor: - MzanziInnovationHub.of(context)!.theme.secondaryColor(), + MzanziInnovationHub.of(context)!.theme.successColor(), width: 300, child: Text( "Authenticate Now", @@ -229,7 +229,7 @@ class _BiometricCheckState extends State { authenticateUser(); }, buttonColor: - MzanziInnovationHub.of(context)!.theme.secondaryColor(), + MzanziInnovationHub.of(context)!.theme.successColor(), width: 300, child: Text( "Authenticate Now",