-
-
Notifications
You must be signed in to change notification settings - Fork 32.8k
Closed
Labels
type: bugIt doesn't behave as expected.It doesn't behave as expected.
Description
Problem Description
Icon props aren't passed through when using FlatButton's icon prop. See android button in the docs: http://www.material-ui.com/v0.15.0-beta.2/#/components/flat-button. It is passed a color but remains black.
<FlatButton
backgroundColor="#a4c639"
hoverColor="#8AA62F"
icon={<ActionAndroid color={fullWhite} />}
style={style}
/>
Output:
Versions
- Material-UI: 0.15.0-beta.2
- React: 15
Metadata
Metadata
Assignees
Labels
type: bugIt doesn't behave as expected.It doesn't behave as expected.
