-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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] Remove style-propable mixin #3263
Conversation
} else if (props.secondary) { | ||
backgroundColor = raisedButton.secondaryColor; | ||
labelColor = raisedButton.secondaryTextColor; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All my nagging have finally paid off 😍 😆 😆
Although the extra props.
seems unnecessary O.o
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Haha you never gave up on me! 😆
Good call on the props!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😆 😆
5b5afc9
to
0cfbfb0
Compare
0cfbfb0
to
8587247
Compare
Alright this is great 👍 👍 |
@newoga I can see that 👏. |
[RaisedButton] Remove style-propable mixin
This one was not easy. It's much improved I think but could probably use a revisit one day.