I'm building a form in React using Formik and Yup. I'm not sure on how to style the dynamic error messages that appear for the email and password fields. Below is a code sample:
https://codesandbox.io/s/j3l5w70q9w
I want to stylize the background colors, position and text colors but I don't know how to insert a custom class name into the error text that appears.
Any ideas?