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

disabled primary raised button should be grey #407

Closed
weijarz opened this issue Mar 9, 2015 · 1 comment · Fixed by #432
Closed

disabled primary raised button should be grey #407

weijarz opened this issue Mar 9, 2015 · 1 comment · Fixed by #432
Labels
component: button This is the name of the generic UI component, not the React module! package: styles Specific to @mui/styles. Legacy package, @material-ui/styled-engine is taking over in v5.

Comments

@weijarz
Copy link

weijarz commented Mar 9, 2015

<RaisedButton label="Submit" primary={true} disabled={!this.state.value.trim()} />

When this button is disabled, it's color is still red. I think it should be grey.

@mmrtnz
Copy link
Contributor

mmrtnz commented Mar 16, 2015

Thanks for bringing this up @weijar. Please let me know if this solution does not work for you.

@oliviertassinari oliviertassinari added the status: waiting for maintainer These issues haven't been looked at yet by a maintainer label Dec 25, 2022
@zannager zannager added component: button This is the name of the generic UI component, not the React module! package: styles Specific to @mui/styles. Legacy package, @material-ui/styled-engine is taking over in v5. and removed status: waiting for maintainer These issues haven't been looked at yet by a maintainer labels Jan 13, 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! package: styles Specific to @mui/styles. Legacy package, @material-ui/styled-engine is taking over in v5.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants