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

Commit e53b134

Browse files
Change QA track color
1 parent 9bcc882 commit e53b134

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Diff for: src/shared/components/tags/primary/qa.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-purple;
8+
background-color: $tc-purple-120;
99
color: $tc-white;
1010

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

1818
&:visited {

Diff for: src/styles/_mixins/variables.scss

+2
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,12 @@ $tc-green-30: #cef0af;
8181
$tc-green-10: #effae4;
8282

8383
/* Purples. */
84+
$tc-purple-120: #8231a9;
8485
$tc-purple-110: #753488;
8586
$tc-purple-100: #914da5;
8687
$tc-purple-70: #b57ad8;
8788
$tc-purple-30: #e2c6f3;
89+
$tc-purple-20: #e6cff1;
8890
$tc-purple-10: #f8f2fb;
8991

9092
/* TC Metal colors - Badges.

0 commit comments

Comments
 (0)