fix color for login back button (#510)

This commit is contained in:
Godwin Asuquo 2022-09-16 17:28:43 +03:00 committed by GitHub
parent 04e059a3de
commit 1a9becbebc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,9 +26,6 @@ class IoniaLoginPage extends BasePage {
final IoniaAuthViewModel _authViewModel;
@override
Color get titleColor => Colors.black;
final TextEditingController _emailController;
@override