Skip to content

Commit 5d2cefa

Browse files
committed
patches
1 parent 10177fb commit 5d2cefa

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/shared/components/SubmissionPage/Header/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
a {
1919
font-size: 18px;
20-
color: #a3a3ae;
20+
color: $tc-gray-60;
2121
font-weight: 300;
2222
display: flex;
2323
align-items: center;

src/shared/components/TrackIcon/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ $track-radius-4: $corner-radius * 2;
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)