align button color Bio Auth
This commit is contained in:
@@ -138,7 +138,7 @@ class _BiometricCheckState extends State<BiometricCheck> {
|
|||||||
Navigator.of(context).pop();
|
Navigator.of(context).pop();
|
||||||
},
|
},
|
||||||
buttonColor:
|
buttonColor:
|
||||||
MzanziInnovationHub.of(context)!.theme.successColor(),
|
MzanziInnovationHub.of(context)!.theme.secondaryColor(),
|
||||||
width: 300,
|
width: 300,
|
||||||
child: Text(
|
child: Text(
|
||||||
"Set Up Authentication",
|
"Set Up Authentication",
|
||||||
@@ -156,7 +156,7 @@ class _BiometricCheckState extends State<BiometricCheck> {
|
|||||||
authenticateUser();
|
authenticateUser();
|
||||||
},
|
},
|
||||||
buttonColor:
|
buttonColor:
|
||||||
MzanziInnovationHub.of(context)!.theme.secondaryColor(),
|
MzanziInnovationHub.of(context)!.theme.successColor(),
|
||||||
width: 300,
|
width: 300,
|
||||||
child: Text(
|
child: Text(
|
||||||
"Authenticate Now",
|
"Authenticate Now",
|
||||||
@@ -229,7 +229,7 @@ class _BiometricCheckState extends State<BiometricCheck> {
|
|||||||
authenticateUser();
|
authenticateUser();
|
||||||
},
|
},
|
||||||
buttonColor:
|
buttonColor:
|
||||||
MzanziInnovationHub.of(context)!.theme.secondaryColor(),
|
MzanziInnovationHub.of(context)!.theme.successColor(),
|
||||||
width: 300,
|
width: 300,
|
||||||
child: Text(
|
child: Text(
|
||||||
"Authenticate Now",
|
"Authenticate Now",
|
||||||
|
|||||||
Reference in New Issue
Block a user