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

Commit 03fdcd8

Browse files
authored
Merge pull request #24 from PrakashDurlabhji/issue_2871_2
Issue 2871 fix
2 parents 82b5280 + 03a8b66 commit 03fdcd8

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
@@ -5,7 +5,7 @@
55
@import "../default";
66

77
.button {
8-
color: $tc-orange;
8+
color: $tc-orange-110;
99
background-color: $tc-orange-10;
1010

1111
&:active,

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
@import "../default";
66

77
.button {
8-
color: $tc-light-blue;
8+
color: $tc-dark-blue-110;
99
background-color: $tc-light-blue-10;
1010

1111
&:active,

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
@import "../default";
66

77
.button {
8-
color: $tc-green;
8+
color: $tc-green-110;
99
background-color: $tc-green-10;
1010

1111
&:active,

0 commit comments

Comments
 (0)