Skip to content

Commit

Permalink
Merge pull request #1525 from cityofaustin/mike/20514_update_phase_co…
Browse files Browse the repository at this point in the history
…lors

Update phase badge colors
  • Loading branch information
mddilley authored Jan 16, 2025
2 parents 88c1044 + c9afb53 commit a5bb507
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ export const styleMapping = {
icon: PlayCircleOutlineOutlinedIcon,
},
construction: {
color: white,
background: backgroundColors.success,
color: primary,
background: backgroundColors.warning,
icon: PlayCircleOutlineOutlinedIcon,
},
post_construction: {
Expand All @@ -88,7 +88,7 @@ export const styleMapping = {
},
potential: {
color: primary,
background: backgroundColors.warning,
background: backgroundColors.default,
icon: RemoveCircleOutlineOutlinedIcon,
},
canceled: {
Expand Down

0 comments on commit a5bb507

Please sign in to comment.