Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit ea98aea

Browse files
authored
Merge pull request #26 from r0hit-gupta/handoff-sync
Issue 3060 | Update colors based on Marvel handoff
2 parents 4903537 + 0ec1844 commit ea98aea

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/styles/_mixins/variables.scss

+2-3
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ $tc-gray-neutral-light: #fafafb;
3737
$tc-white: #fff;
3838

3939
/* Accents & Shades. */
40-
$tc-dark-blue-120: #006ad7;
4140
$tc-dark-blue-110: #006ad7;
4241
$tc-dark-blue-105: #006feb;
4342
$tc-dark-blue-100: #0681ff;
@@ -74,8 +73,8 @@ $tc-yellow-30: #fff8ca;
7473
$tc-yellow-10: #fffde5;
7574

7675
/* Greens - development color code. */
77-
$tc-green-120: #328732;
78-
$tc-green-110: #258205;
76+
$tc-green-120: #258205;
77+
$tc-green-110: #328732;
7978
$tc-green-100: #5cc900;
8079
$tc-green-70: #94db4e;
8180
$tc-green-30: #cef0af;

0 commit comments

Comments
 (0)