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

Commit de203e5

Browse files
authored
Merge pull request #31 from topcoder-platform/issue-4709
QA track colors udpated
2 parents c10ed90 + 5362a20 commit de203e5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

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

77
.button {
8-
color: $tc-purple;
9-
background-color: $tc-purple-10;
8+
color: $tc-purple-120;
9+
background-color: $tc-purple-20;
1010

1111
&:active,
1212
&:focus,
1313
&:hover {
1414
color: $tc-purple;
15-
background-color: $tc-purple-10;
15+
background-color: $tc-purple-30;
1616
}
1717

1818
&:visited {

Diff for: src/shared/components/tags/primary/qa.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-purple-120;
15+
background-color: $tc-purple;
1616
}
1717

1818
&:visited {

0 commit comments

Comments
 (0)