This repository was archived by the owner on Mar 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
shared/components/tags/primary Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 1212 & :focus ,
1313 & :hover {
1414 color : $tc-white ;
15- background-color : $tc-orange ;
15+ background-color : $tc-orange-110 ;
1616 }
1717
1818 & :visited {
Original file line number Diff line number Diff line change 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 {
Original file line number Diff line number Diff line change 1212 & :focus ,
1313 & :hover {
1414 color : $tc-white ;
15- background-color : $tc-green ;
15+ background-color : $tc-green-110 ;
1616 }
1717
1818 & :visited {
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments