This repository was archived by the owner on Mar 13, 2025. It is now read-only.
File tree 5 files changed +6
-6
lines changed
shared/components/tags/primary
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 32
32
"lint:scss" : " ./node_modules/.bin/stylelint **/*.scss --syntax scss" ,
33
33
"test" : " npm run lint && npm run jest"
34
34
},
35
- "version" : " 1.0.4 " ,
35
+ "version" : " 1.0.7 " ,
36
36
"dependencies" : {
37
37
"prop-types" : " ^15.6.2" ,
38
38
"react" : " ^16.4.1" ,
Original file line number Diff line number Diff line change 12
12
& :focus ,
13
13
& :hover {
14
14
color : $tc-white ;
15
- background-color : $tc-orange ;
15
+ background-color : $tc-orange-110 ;
16
16
}
17
17
18
18
& :visited {
Original file line number Diff line number Diff line change 12
12
& :focus ,
13
13
& :hover {
14
14
color : $tc-white ;
15
- background-color : $tc-light-blue ;
15
+ background-color : $tc-light-blue-110 ;
16
16
}
17
17
18
18
& :visited {
Original file line number Diff line number Diff line change 12
12
& :focus ,
13
13
& :hover {
14
14
color : $tc-white ;
15
- background-color : $tc-green ;
15
+ background-color : $tc-green-110 ;
16
16
}
17
17
18
18
& :visited {
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ $tc-dark-blue-30: #cee6ff;
46
46
$tc-dark-blue-10 : #f4f9ff ;
47
47
48
48
/* Light Blue - design color code. */
49
- $tc-light-blue-110 : #009ddc ;
49
+ $tc-light-blue-110 : #0076a5 ;
50
50
$tc-light-blue-100 : #15acec ;
51
51
$tc-light-blue-70 : #63c4f1 ;
52
52
$tc-light-blue-30 : #bce6f9 ;
@@ -75,7 +75,7 @@ $tc-yellow-10: #fffde5;
75
75
76
76
/* Greens - development color code. */
77
77
$tc-green-120 : #328732 ;
78
- $tc-green-110 : #258025 ;
78
+ $tc-green-110 : #258205 ;
79
79
$tc-green-100 : #5cc900 ;
80
80
$tc-green-70 : #94db4e ;
81
81
$tc-green-30 : #cef0af ;
You can’t perform that action at this time.
0 commit comments