ConsenSysMesh / rimble-ui

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

Can't change text color of Radio label #423

Open MikeLockz opened 4 years ago

MikeLockz commented 4 years ago

Describe the bug Cannot change the color of the label of a Radio button

To Reproduce Steps to reproduce the behavior:

  1. User Radio button with color prop `<Radio color={"red"} label="Label for radio />
  2. Radio label is not red

Expected behavior Radio label should honor the color prop

Link https://codesandbox.io/s/radio-label-color-bug-v08zj

Rimble UI Version