Skip to content

Commit

Permalink
Merge pull request #598 from MTES-MCT/fix/colors-warning-badges
Browse files Browse the repository at this point in the history
fix(colors): use blue mobilic for orange badges
  • Loading branch information
tristan-gueguen authored Nov 26, 2024
2 parents 28d7b3d + 26fa899 commit e292ef5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/admin/panels/Validations.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion web/control/components/Alerts/AlertGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const useStyles = makeStyles(theme => {
backgroundColor: theme.palette.error.main
},
notReportableAlert: {
backgroundColor: theme.palette.warning.light
backgroundColor: theme.palette.primary.main
}
};
});
Expand Down

0 comments on commit e292ef5

Please sign in to comment.