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
It would be nice if the Error Notification would use a constant red color for it's border (just like the warning and success notifications which use yellow and green). In my application I had to change the primary color in the theme and it effected the notification's border color.
The text was updated successfully, but these errors were encountered:
Checking out the color palette– it looks like we have a section for elevateRed (which happens to be the primary color for Elevate apps) that we could use for the error messaging. This will fix issues like you're running into where the primary colors might have been substituted and might not fit for the error messaging. https://www.elevate-ui.com/color-palette
If you'd like to submit a PR that updates the Notification component to use theme.colors.elevateRed["800"] instead of primary, I'm sure it would be an accepted change. 🙂
It would be nice if the Error Notification would use a constant red color for it's border (just like the warning and success notifications which use yellow and green). In my application I had to change the primary color in the theme and it effected the notification's border color.
The text was updated successfully, but these errors were encountered: