Fix button color
This commit is contained in:
parent
fa0ac608f4
commit
0c28b83b46
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ class _ChangeEmailDialogState extends State<ChangeEmailDialog> {
|
|||
child: const Text(
|
||||
"Verify",
|
||||
style: TextStyle(
|
||||
color: Colors.green,
|
||||
color: Colors.purple,
|
||||
),
|
||||
),
|
||||
onPressed: () {
|
||||
|
|
Loading…
Add table
Reference in a new issue