customizing the expansionpanel in material ui and overwriting the styles
问题 I want to customize the expansionpanel in material ui.I see that the data i want to render on expansion panel takes too much space because of the default styling of the expansion panel. <ExpansionPanel defaultExpanded={isCurrentInning}> <ExpansionPanelSummary classes={{ expanded:classes.expandedPanel }} expandIcon={<ExpandMoreIcon className="label"/>}> <div className={classes.inningInfoContainer}> <div className={classes.teamNameOrderContainer}> <span className="label"> <img src={image} width