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

feat(multiline-text-input): support custom theming #633

Merged
merged 1 commit into from
Apr 4, 2019

Conversation

montezume
Copy link
Contributor

Summary

As part of making all of our inputs support custom theming, we come to the MultilineTextInput.

const baseStyles = [
getInputStyles(props),
getInputStyles(props, theme),
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the only change

@montezume
Copy link
Contributor Author

Percy diff illustrates the functionality

Screen Shot 2019-04-04 at 11 08 32 AM

@montezume montezume merged commit 59fec17 into master Apr 4, 2019
@montezume montezume deleted the ml-support-theming branch April 4, 2019 09:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants