I am using a radioButton from Material UI(0.18.1). The color props for the component is not working.
<RadioButton
className="no-filter-btn"
label="No Filter"
color="primary"
fullWidth
onCheck={this.noFilter}
/>
This is the older Version of material UI.