Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 92c2e46

Browse files
issue 2871 fix
1 parent b10d6f4 commit 92c2e46

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: src/shared/components/tags/primary/data-science.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
&:focus,
1313
&:hover {
1414
color: $tc-white;
15-
background-color: $tc-orange;
15+
background-color: $tc-orange-110;
1616
}
1717

1818
&:visited {

Diff for: src/shared/components/tags/primary/design.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
&:focus,
1313
&:hover {
1414
color: $tc-white;
15-
background-color: $tc-light-blue;
15+
background-color: $tc-light-blue-110;
1616
}
1717

1818
&:visited {

Diff for: src/shared/components/tags/primary/development.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
&:focus,
1313
&:hover {
1414
color: $tc-white;
15-
background-color: $tc-green;
15+
background-color: $tc-green-110;
1616
}
1717

1818
&:visited {

0 commit comments

Comments
 (0)