Skip to content

Commit

Permalink
Update construction and potential phase background and text colors
Browse files Browse the repository at this point in the history
  • Loading branch information
mddilley committed Jan 14, 2025
1 parent 4b92f39 commit c9afb53
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 c9afb53

Please sign in to comment.