Switch component with "disabled={true}" is greyed out this is not following the material design guideline colors.
Current Behavior 😯
In Material UI disabled switches are greyed out

Expected Behavior 🤔
It should follow current material design guideline and use a dimmed out color which is much more readable

Steps to Reproduce 🕹
Steps:
- Open code sandbox https://codesandbox.io/s/material-ui-issue-forked-w85sm?file=/src/Demo.js
- The switches are disabled and greyed out.
- Try to guess which one is checked...
Context 🔦
Using grey color for disabled switches makes it very difficult to distinguish checked vs unchecked status only the position switch remains to make a distinction.
Switch component with "disabled={true}" is greyed out this is not following the material design guideline colors.
Current Behavior 😯
In Material UI disabled switches are greyed out

Expected Behavior 🤔
It should follow current material design guideline and use a dimmed out color which is much more readable

Steps to Reproduce 🕹
Steps:
Context 🔦
Using grey color for disabled switches makes it very difficult to distinguish checked vs unchecked status only the position switch remains to make a distinction.