chore: Make error text on email orange and set displayname
This commit is contained in:
parent
c518c9c344
commit
e5c29eedfe
3 changed files with 17 additions and 3 deletions
|
|
@ -94,6 +94,9 @@ class SignupPageView extends StatelessWidget {
|
|||
),
|
||||
hintText: L10n.of(context)!.enterAnEmailAddress,
|
||||
errorText: controller.error,
|
||||
errorColor: controller.emailController.text.isEmpty
|
||||
? Colors.orangeAccent
|
||||
: null,
|
||||
),
|
||||
),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue