Skip to content

Commit

Permalink
Merge pull request #729 from GSA/status-tags
Browse files Browse the repository at this point in the history
fixed bg-color for locked tag
  • Loading branch information
shayan-roshan authored Jan 31, 2025
2 parents 99afc99 + e5b611e commit 2a3e538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sam-styles/packages/branding/elements/_tags.scss
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ $error-dark-alt: #B50909;
@include u-border("accent-cool");
}
&--locked {
@include u-bg("base-light");
background-color: #E5E5E5;
@include u-border("base-light");
i {
margin-right: 8px;
Expand Down

0 comments on commit 2a3e538

Please sign in to comment.