ConsenSysMesh / rimble-ui

React components that implement Rimble's Design System.
https://rimble.consensys.design/
MIT License
462 stars 67 forks source link

Use theme colors as validation color values #313

Closed MikeLockz closed 5 years ago

MikeLockz commented 5 years ago

Is your feature request related to a problem? Please describe. Form field validation colors are hard-coded inside the component definition. These color values should come from the theme.

Describe the solution you'd like Set the validation colors using the theme.

Describe alternatives you've considered Keep the current hard-coded values.