-
-
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
Customize UI components: Toggle. #855
Conversation
@misha-panyushkin Looks like this PR made the track too long? |
@hai-cea you're right. Restore default toggle element width in the latest commit. |
@@ -13,7 +13,7 @@ var Toggle = React.createClass({ | |||
}, | |||
|
|||
propTypes: { | |||
elementStyle: React.PropTypes.object, | |||
toggleElementBoxStyle: React.PropTypes.object, |
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.
This prop rename will introduce a breaking change. Can we keep as is for now pls?
Also, please squash down to 1 commit. Thanks! |
@hai-cea sure, I'll make the PR changes tomorrow morning. |
4373e7e
to
2b4d95d
Compare
@hai-cea done. |
Thanks @misha-panyushkin |
Customize UI components: Toggle.
* Migrate from classnames to nicer clsx * Update size snapshot
This update targeted on UI components customization with developers styles.