File tree 1 file changed +6
-6
lines changed
src/shared/components/TrackIcon
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -28,17 +28,17 @@ $track-radius-4: $corner-radius * 2;
28
28
29
29
& .design ,
30
30
& .generic {
31
- background : $tc-light -blue ;
31
+ background : $tc-dark -blue-110 ;
32
32
}
33
33
34
34
& .develop {
35
- background : $tc-green ;
35
+ background : $tc-green-110 ;
36
36
}
37
37
38
38
& .data_science ,
39
39
& .data-science ,
40
40
& .data {
41
- background : $tc-orange ;
41
+ background : $tc-orange-110 ;
42
42
}
43
43
}
44
44
@@ -55,19 +55,19 @@ $track-radius-4: $corner-radius * 2;
55
55
56
56
& .design ,
57
57
& .generic {
58
- color : $tc-light -blue ;
58
+ color : $tc-dark -blue-110 ;
59
59
background : $tc-light-blue-10 ;
60
60
}
61
61
62
62
& .develop {
63
- color : $tc-green ;
63
+ color : $tc-green-110 ;
64
64
background : $tc-green-10 ;
65
65
}
66
66
67
67
& .data_science ,
68
68
& .data-science ,
69
69
& .data {
70
- color : $tc-orange ;
70
+ color : $tc-orange-110 ;
71
71
background : $tc-orange-10 ;
72
72
}
73
73
}
You can’t perform that action at this time.
0 commit comments