feat(splunk-on-call-plugin): update changeset + theme style

Signed-off-by: Remi <remi.d45@gmail.com>
This commit is contained in:
Remi
2021-03-03 19:06:21 +01:00
parent a310f33d82
commit 82f0fbddf4
3 changed files with 4 additions and 3 deletions
@@ -37,7 +37,7 @@ const useStyles = makeStyles((theme: Theme) =>
overflow: 'auto',
},
subheader: {
backgroundColor: 'white',
backgroundColor: theme.palette.background.paper,
},
progress: {
margin: `0 ${theme.spacing(2)}px`,
@@ -36,7 +36,7 @@ const useStyles = makeStyles((theme: Theme) =>
overflow: 'auto',
},
subheader: {
backgroundColor: 'white',
backgroundColor: theme.palette.background.paper,
},
progress: {
margin: `0 ${theme.spacing(2)}px`,