Skip to content

Commit

Permalink
Updated tag colors to match with info-light and error-light buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
cwolf10 committed Jan 9, 2025
1 parent 9670cb4 commit ff2bf51
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions sam-styles/packages/branding/elements/_tags.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
$info-light-alt: #9DDFEB;
$info-lighter-alt: #E7F6F8;
$info-dark-alt: #009EC1;

$error-light-alt: #FDB8AE;
$error-lighter-alt: #FDB8AE;
$error-lightest-alt: #FDE0DB;
$error-dark-alt: #B50909;

.usa-tag:last-of-type {
margin-right: units(0.5);
}
Expand Down Expand Up @@ -433,13 +442,13 @@
}

&--info {
@include u-bg("info-lighter");
border-color: #9ddfeb;
background-color: $info-lighter-alt;
border-color: $info-light-alt;
}

&--error {
background-color: #fde0db;
@include u-border("error-lighter");
background-color: $error-lightest-alt;
border-color: $error-light-alt;
}

&--accent-cool {
Expand Down

0 comments on commit ff2bf51

Please sign in to comment.