File tree 4 files changed +5
-3
lines changed
4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ $track-radius-4: $corner-radius * 2;
32
32
}
33
33
34
34
& .develop {
35
- background : $tc-green-110 ;
35
+ background : $tc-green-120 ;
36
36
}
37
37
38
38
& .data_science ,
@@ -60,7 +60,7 @@ $track-radius-4: $corner-radius * 2;
60
60
}
61
61
62
62
& .develop {
63
- color : $tc-green-110 ;
63
+ color : $tc-green-120 ;
64
64
background : $tc-green-10 ;
65
65
}
66
66
Original file line number Diff line number Diff line change 31
31
}
32
32
33
33
.tctooltip {
34
- background : $tc-green-110 ;
34
+ background : $tc-green-120 ;
35
35
font-style : roboto;
36
36
font-weight : 700 ;
37
37
font-size : 13px ;
Original file line number Diff line number Diff line change 75
75
.tc-yellow-30 { @include color ($tc-yellow-30 ); }
76
76
.tc-yellow-10 { @include color ($tc-yellow-10 ); }
77
77
78
+ .tc-green-120 { @include color ($tc-green-120 ); }
78
79
.tc-green-110 { @include color ($tc-green-110 ); }
79
80
.tc-green-100 { @include color ($tc-green-100 ); }
80
81
.tc-green-70 { @include color ($tc-green-70 ); }
Original file line number Diff line number Diff line change @@ -123,6 +123,7 @@ should be used for
123
123
< Color name = "tc-yellow-10" />
124
124
</ Group >
125
125
< Group title = "Green Shades" >
126
+ < Color name = "tc-green-120" />
126
127
< Color name = "tc-green-110" />
127
128
< Color name = "tc-green-100" />
128
129
< Color name = "tc-green-70" />
You can’t perform that action at this time.
0 commit comments