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

Commit 6ca6b2c

Browse files
issue 2871 fix
1 parent 6c0b333 commit 6ca6b2c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
&:active,
1212
&:focus,
1313
&:hover {
14-
color: $tc-orange;
14+
color: $tc-orange-110;
1515
background-color: $tc-orange-10;
1616
}
1717

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
&:active,
1212
&:focus,
1313
&:hover {
14-
color: $tc-light-blue;
14+
color: $tc-light-blue-110;
1515
background-color: $tc-light-blue-10;
1616
}
1717

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
&:active,
1212
&:focus,
1313
&:hover {
14-
color: $tc-green;
14+
color: $tc-green-110;
1515
background-color: $tc-green-10;
1616
}
1717

0 commit comments

Comments
 (0)