Merge branch 'master' of github.cmd.navi-tech.in:navi-infra/deployment-portal-frontend
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user