Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RaisedButton] doesn't use style prop value of icon #4460

Closed
gkrinc opened this issue Jun 9, 2016 · 1 comment
Closed

[RaisedButton] doesn't use style prop value of icon #4460

gkrinc opened this issue Jun 9, 2016 · 1 comment
Labels
component: button This is the name of the generic UI component, not the React module! v0.x

Comments

@gkrinc
Copy link

gkrinc commented Jun 9, 2016

Problem description

I'm trying to force the icon to the right of the RaisedButton, but the style prop value on the RefreshIcon component isn't used by the RaisedButton

Steps to reproduce

<RaisedButton icon={
  <RefreshIcon style={{ float: 'right', marginTop: 6 }} />
} />

Versions

Material-UI: 0.15
React: 15.0.2

@aahan96
Copy link
Contributor

aahan96 commented Aug 16, 2016

@gkrinc Please don't create multiple issues with the same bug. It clutters the issue page

@aahan96 aahan96 closed this as completed Aug 16, 2016
@oliviertassinari oliviertassinari added the status: waiting for maintainer These issues haven't been looked at yet by a maintainer label Dec 21, 2022
@zannager zannager added component: button This is the name of the generic UI component, not the React module! v0.x and removed status: waiting for maintainer These issues haven't been looked at yet by a maintainer labels Jan 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: button This is the name of the generic UI component, not the React module! v0.x
Projects
None yet
Development

No branches or pull requests

4 participants