Skip to content

Commit 02bec8a

Browse files
authored
Merge pull request #2923 from r0hit-gupta/msft22
MSFT-22
2 parents 54b8101 + dd1cac6 commit 02bec8a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/shared/components/TrackIcon/style.scss

+6-6
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@ $track-radius-4: $corner-radius * 2;
2828

2929
&.design,
3030
&.generic {
31-
background: $tc-light-blue;
31+
background: $tc-dark-blue-110;
3232
}
3333

3434
&.develop {
35-
background: $tc-green;
35+
background: $tc-green-110;
3636
}
3737

3838
&.data_science,
3939
&.data-science,
4040
&.data {
41-
background: $tc-orange;
41+
background: $tc-orange-110;
4242
}
4343
}
4444

@@ -55,19 +55,19 @@ $track-radius-4: $corner-radius * 2;
5555

5656
&.design,
5757
&.generic {
58-
color: $tc-light-blue;
58+
color: $tc-dark-blue-110;
5959
background: $tc-light-blue-10;
6060
}
6161

6262
&.develop {
63-
color: $tc-green;
63+
color: $tc-green-110;
6464
background: $tc-green-10;
6565
}
6666

6767
&.data_science,
6868
&.data-science,
6969
&.data {
70-
color: $tc-orange;
70+
color: $tc-orange-110;
7171
background: $tc-orange-10;
7272
}
7373
}

0 commit comments

Comments
 (0)