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

Commit 3278eca

Browse files
Merge pull request #4 from topcoder-platform/qa-accessibility
Qa accessibility
2 parents 03a8b66 + 92af643 commit 3278eca

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"lint:scss": "./node_modules/.bin/stylelint **/*.scss --syntax scss",
3333
"test": "npm run lint && npm run jest"
3434
},
35-
"version": "1.0.7",
35+
"version": "1.0.10",
3636
"dependencies": {
3737
"prop-types": "^15.6.2",
3838
"react": "^16.4.1",

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)