-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
[joy-ui][Accordion] Fix incorrect display of classname #38695
Conversation
Netlify deploy previewhttps://deploy-preview-38695--material-ui.netlify.app/ Bundle size reportDetails of bundle changes (Toolpad) |
@@ -3,6 +3,12 @@ import { generateUtilityClass, generateUtilityClasses } from '../className'; | |||
export interface AccordionGroupClasses { | |||
/** Class name applied to the root element. */ | |||
root: string; | |||
/** Class name applied to the root element if `size="sm"`. */ | |||
sizeSm: string; |
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 also notice variant
and color
classes are missing here. I'll add them in follow-up PR as it's beyond scope of this PR.
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.
👍 Thanks @sai6855
closes one of issue reported in #38688