-
Notifications
You must be signed in to change notification settings - Fork 150
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
Secondary colored button #249
Comments
I just added a className and used mixins to change the style.
and in your styles.scss, add
But I am pretty sure there will be a striaghtforward way to do it. For now, just do this. |
If you look at the button page in the docs there is an example using the theme prop. |
@nbob were you able to get your button? Also, feel free to use the Gitter chat for questions that aren't really issues with the library. |
Yes, I see theme prop, but it does not affect on ripple color |
The Buttons (as well as anything else that has a Ripple) accepts all of the Ripple props as well. Here is the solution, sorry for the delayed reply. I'll update the docs accordingly.
|
How can I create a flat
Button
colored with secondary(accent) color?The text was updated successfully, but these errors were encountered: