You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
👋 Thanks for the find @pickypg. I think the solution here is to add the color="default" prop to the EuiText wrapper of the children. This will is also the best way to ensure proper contrast in case the callout is placed in any other container with a specific text color.
While placing an error closest to the relevant buttons, the
EuiCallout
displaying the error was practically unreadable in dark mode:This is impacting EUI version 34.0.0 (and earlier; we're on 32.0.4): https://codesandbox.io/s/wonderful-cloud-s3q62?file=/index.js
For anyone running into this issue, it can be worked around:
The text was updated successfully, but these errors were encountered: