align button color Bio Auth
This commit is contained in:
parent
53f061421b
commit
5def90553b
1 changed files with 3 additions and 3 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue