Skip to content

Commit

Permalink
feat: Use "info" instead of "secondary" for "created" status
Browse files Browse the repository at this point in the history
  • Loading branch information
COSMO-EMI committed Dec 2, 2021
1 parent 921b171 commit 1e117d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cards/ScenarioNode/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ const useStyles = makeStyles((theme) => ({
},
statusCreated: {
marginLeft: '5px',
backgroundColor: theme.palette.secondary.main,
color: theme.palette.secondary.contrastText,
backgroundColor: theme.palette.info.main,
color: theme.palette.info.contrastText,
},
statusSuccessful: {
marginLeft: '5px',
Expand Down

0 comments on commit 1e117d4

Please sign in to comment.