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
The down chevron SVG should match the error color of the select box.
Other notes
I initially tried to solve this using an SVG mask, but could not make the chevron to appear properly. It could be that the SVG mask may not work for Select input elements. More investigation may be needed.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
If a select box has an error, the down chevron should match the error color. Currently it appears dark, but should be the matching error red color.
Live example:
https://deploy-preview-288--pinecone.netlify.app/components/detail/selects--default.html
Describe the solution you'd like
The down chevron SVG should match the error color of the select box.
Other notes
I initially tried to solve this using an SVG mask, but could not make the chevron to appear properly. It could be that the SVG mask may not work for Select input elements. More investigation may be needed.
The text was updated successfully, but these errors were encountered: