-
Notifications
You must be signed in to change notification settings - Fork 34
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
Style Autocomplete #1725
Style Autocomplete #1725
Conversation
b80ddd3
to
cd297cb
Compare
packages/odyssey-storybook/src/components/odyssey-mui/Autocomplete/Autocomplete.stories.tsx
Outdated
Show resolved
Hide resolved
This doesn't actually fix MUI types, but it passes enough to push it.
a3585cc
to
ab84734
Compare
155c944
to
8d28a8c
Compare
[`.${inputBaseClasses.root}.${inputBaseClasses.disabled} &`]: { | ||
backgroundColor: theme.palette.grey[200], | ||
}, |
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.
I'm assuming we won't have to use grey[200]
with Design Tokens v2 right?
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.
Yup. We don't have a token for it currently, but I'll be doing replacements with the new schema.
## Props | ||
|
||
<ArgsTable /> | ||
|
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.
Did you mean to remove this?
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.
Yup; in our current setup, these don't display anything. We had removed it from most files, but this one was lingering.
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.
Small comments, but NON-BLOCKING.
Description
Styling and stories for Autocomplete.