Skip to content

Fix settings email input text color when changing theme and validation error message added

Martin Santangelo requested to merge fix/email-settings into release/4.21.0

Summary

I changed the input and the container by the ContainerInput component (To have consistency in the input styling and fix the color issue with the theme. I also added an email validation message

closes #3794 (closed)

Steps to test

color:

  • open settings -> email
  • change app theme
  • open settings -> email
  • The input text color should change

validation:

  • change the email to an invalid one
  • A message should be displayed

Estimated Regression Scope

No regression expected

Merge request reports