Merge branch 'master' of github.cmd.navi-tech.in:navi-infra/deployment-portal-frontend

This commit is contained in:
Piyush Sinha
2020-07-24 10:52:47 +05:30

View File

@@ -16,6 +16,9 @@ import { FoldableGroupContext } from './FoldableGroupContext';
const useStyles = makeStyles((theme: any) =>
createStyles({
expandedPanel: {
marginLeft: '1vw !important'
},
expandedPanelHeading: {
backgroundColor: '#E8E8E8'
}
@@ -56,7 +59,7 @@ const FoldableGroup = props => {
return (
<Hidden>
<ExpansionPanel {...expansionPanelProps} >
<ExpansionPanel {...expansionPanelProps} classes={{expanded: classes.expandedPanel}}>
<ExpansionPanelSummary expandIcon={<ExpandMoreIcon />} classes={{ expanded: classes.expandedPanelHeading }}>
<Typography>{uischema.label}</Typography>
</ExpansionPanelSummary>