-
-
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
[TextField] Migrate OutlinedInput to emotion #24688
[TextField] Migrate OutlinedInput to emotion #24688
Conversation
@material-ui/core: parsed: +0.08% , gzip: +0.08% |
@@ -130,11 +173,7 @@ const OutlinedInput = React.forwardRef(function OutlinedInput(props, ref) { | |||
} | |||
/> | |||
)} | |||
classes={{ | |||
...classes, | |||
root: clsx(classes.root, classes.underline), |
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.
You missed the underline classes in the useUtilityClasses above
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.
It's been a while since I looked at this but I assumed this was here as an error. This shouldn't have an underline class.
f9fe959
to
7137c95
Compare
36e1446
to
ade290b
Compare
This is a copy of upstream PR mui#24688
This is a copy of upstream PR mui#24688
This is a copy of upstream PR mui#24688
9e9bcb9
to
a7541b2
Compare
@duganbrett Thanks! |
This is a copy of upstream PR mui#24688
This PR migrates the OutlinedInput component to the new emotion format as a part of #24405.