Skip to content

Commit 6f006e8

Browse files
authored
Merge pull request #3272 from r0hit-gupta/color-updates
Issue 3060 | Update colors
2 parents 5eb1da8 + 9dedd28 commit 6f006e8

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

src/shared/components/TrackIcon/style.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ $track-radius-4: $corner-radius * 2;
3232
}
3333

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

3838
&.data_science,
@@ -60,7 +60,7 @@ $track-radius-4: $corner-radius * 2;
6060
}
6161

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

src/shared/components/challenge-detail/Specification/SideBar/styles.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
}
3232

3333
.tctooltip {
34-
background: $tc-green-110;
34+
background: $tc-green-120;
3535
font-style: roboto;
3636
font-weight: 700;
3737
font-size: 13px;

src/shared/components/examples/ColorMixins/Color/style.scss

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
.tc-yellow-30 { @include color($tc-yellow-30); }
7676
.tc-yellow-10 { @include color($tc-yellow-10); }
7777

78+
.tc-green-120 { @include color($tc-green-120); }
7879
.tc-green-110 { @include color($tc-green-110); }
7980
.tc-green-100 { @include color($tc-green-100); }
8081
.tc-green-70 { @include color($tc-green-70); }

src/shared/components/examples/ColorMixins/index.jsx

+1
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ should be used for
123123
<Color name="tc-yellow-10" />
124124
</Group>
125125
<Group title="Green Shades">
126+
<Color name="tc-green-120" />
126127
<Color name="tc-green-110" />
127128
<Color name="tc-green-100" />
128129
<Color name="tc-green-70" />

0 commit comments

Comments
 (0)