diff --git a/web/admin/panels/Validations.js b/web/admin/panels/Validations.js index 3078eb32..f36fed3d 100644 --- a/web/admin/panels/Validations.js +++ b/web/admin/panels/Validations.js @@ -388,7 +388,7 @@ function ValidationPanel() { badgeContent={nbMissionsToValidateByWorker} sx={{ "& .MuiBadge-badge": { - backgroundColor: theme => theme.palette.warning.light + backgroundColor: theme => theme.palette.primary.main } }} className={classes.customBadge} diff --git a/web/control/components/Alerts/AlertGroup.js b/web/control/components/Alerts/AlertGroup.js index e1efc3ea..69468dfa 100644 --- a/web/control/components/Alerts/AlertGroup.js +++ b/web/control/components/Alerts/AlertGroup.js @@ -43,7 +43,7 @@ const useStyles = makeStyles(theme => { backgroundColor: theme.palette.error.main }, notReportableAlert: { - backgroundColor: theme.palette.warning.light + backgroundColor: theme.palette.primary.main } }; });