Remove unused styling

This commit is contained in:
Adam Harvey
2021-01-29 10:16:55 -05:00
parent c27107c15e
commit 0dbc8aacad
@@ -44,9 +44,6 @@ const ExpandMoreIconStyled = () => {
const useStyles = makeStyles<BackstageTheme>(theme => ({
panel: {
// display: 'flex',
// flexDirection: 'column',
// padding: theme.spacing(1.5),
backgroundColor: theme.palette.warningBackground,
color: theme.palette.warningText,
verticalAlign: 'middle',