We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c10ed90 + 5362a20 commit de203e5Copy full SHA for de203e5
src/shared/components/tags/event/qa.scss
@@ -5,14 +5,14 @@
5
@import "../default";
6
7
.button {
8
- color: $tc-purple;
9
- background-color: $tc-purple-10;
+ color: $tc-purple-120;
+ background-color: $tc-purple-20;
10
11
&:active,
12
&:focus,
13
&:hover {
14
color: $tc-purple;
15
+ background-color: $tc-purple-30;
16
}
17
18
&:visited {
src/shared/components/tags/primary/qa.scss
@@ -12,7 +12,7 @@
color: $tc-white;
- background-color: $tc-purple-120;
+ background-color: $tc-purple;
0 commit comments