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",