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

Commit 6c0b333

Browse files
Merge pull request #3 from topcoder-platform/qa-accessibility
Qa accessibility
2 parents b10d6f4 + 05e77e6 commit 6c0b333

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

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.4",
35+
"version": "1.0.7",
3636
"dependencies": {
3737
"prop-types": "^15.6.2",
3838
"react": "^16.4.1",

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

1818
&:visited {

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

1818
&:visited {

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

1818
&:visited {

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ $tc-dark-blue-30: #cee6ff;
4646
$tc-dark-blue-10: #f4f9ff;
4747

4848
/* Light Blue - design color code. */
49-
$tc-light-blue-110: #009ddc;
49+
$tc-light-blue-110: #0076a5;
5050
$tc-light-blue-100: #15acec;
5151
$tc-light-blue-70: #63c4f1;
5252
$tc-light-blue-30: #bce6f9;
@@ -75,7 +75,7 @@ $tc-yellow-10: #fffde5;
7575

7676
/* Greens - development color code. */
7777
$tc-green-120: #328732;
78-
$tc-green-110: #258025;
78+
$tc-green-110: #258205;
7979
$tc-green-100: #5cc900;
8080
$tc-green-70: #94db4e;
8181
$tc-green-30: #cef0af;

0 commit comments

Comments
 (0)