Skip to content

Commit 2a3e538

Browse files
Merge pull request #729 from GSA/status-tags
fixed bg-color for locked tag
2 parents 99afc99 + e5b611e commit 2a3e538

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sam-styles/packages/branding/elements/_tags.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ $error-dark-alt: #B50909;
456456
@include u-border("accent-cool");
457457
}
458458
&--locked {
459-
@include u-bg("base-light");
459+
background-color: #E5E5E5;
460460
@include u-border("base-light");
461461
i {
462462
margin-right: 8px;

0 commit comments

Comments
 (0)