The styles don't seem to be passed down for the Slider component in this latest release. It was working in the last beta version fine. Just try changing the margins or something like:
<Slider style={{marginBottom: 10}} defaultValue={0.1} />
- Material-UI: 0.15.0
- React: 15.0.2
- Browser: Chrome
The styles don't seem to be passed down for the Slider component in this latest release. It was working in the last beta version fine. Just try changing the margins or something like:
<Slider style={{marginBottom: 10}} defaultValue={0.1} />