How to set borderRadius for a <RaisedButton>? style doesn't apply:
<RaisedButton
fullWidth={true}
label="Action"
secondary={true}
style={{borderRadius: "5px"}} // <-- trying to set "5px"
onMouseUp={this.submitForm}>
</RaisedButton>
But nothing changes:

How to set
borderRadiusfor a<RaisedButton>?styledoesn't apply:But nothing changes: