react-switch
react-switch copied to clipboard
Disabled switch is not greyed out
Documentation states "When disabled, the switch will no longer be interactive and its colors will be greyed out."
But Using 7.0.0 and React 17.0.2 the following creates a green switch, nothing is greyed out.
<Switch checked={true} disabled={true} />