Fix button color

This commit is contained in:
vishnukvmd 2022-11-13 11:58:40 +05:30
parent fa0ac608f4
commit 0c28b83b46

View file

@ -61,7 +61,7 @@ class _ChangeEmailDialogState extends State<ChangeEmailDialog> {
child: const Text(
"Verify",
style: TextStyle(
color: Colors.green,
color: Colors.purple,
),
),
onPressed: () {