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

Commit b529092

Browse files
authored
Merge pull request #23 from rashmi73/issue_3184
Issue 3184 fix
2 parents 05e77e6 + 35f7f89 commit b529092

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

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

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

1111
&:active,
1212
&:focus,
1313
&:hover {
1414
color: $tc-white;
15-
background-color: $tc-orange-110;
15+
background-color: $tc-orange ;
1616
}
1717

1818
&:visited {

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

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

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

1111
&:active,
1212
&:focus,
1313
&:hover {
1414
color: $tc-white;
15-
background-color: $tc-light-blue-110;
15+
background-color: $tc-light-blue;
1616
}
1717

1818
&:visited {

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

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

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

1111
&:active,
1212
&:focus,
1313
&:hover {
1414
color: $tc-white;
15-
background-color: $tc-green-110;
15+
background-color: $tc-green;
1616
}
1717

1818
&:visited {

0 commit comments

Comments
 (0)