Skip to content

Commit

Permalink
replace color with new name (same color value) (#25405)
Browse files Browse the repository at this point in the history
  • Loading branch information
ataker authored Aug 29, 2023
1 parent 2862a44 commit 2d9bd20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/applications/claims-status/sass/claims-status.scss
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@

&.soc,
&.ssoc {
background: $color-gibill-accent;
background: $color-gold-lightest;
padding-left: 2.5em;

&:before {
Expand Down
2 changes: 1 addition & 1 deletion src/applications/gi/sass/gi.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
max-width: 460px;

&.warning {
background-color: $color-gibill-accent;
background-color: $color-gold-lightest;
}

&.info {
Expand Down

0 comments on commit 2d9bd20

Please sign in to comment.