Skip to content

[Buttons][RaisedButon] border-radius is not applied #3409

@wzup

Description

@wzup

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:

oogle chrome 2016-02-21 20 20 48

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: bugIt doesn't behave as expected.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions