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

Commit 318b303

Browse files
authored
Merge pull request #21 from r0hit-gupta/color-palette-fix
Update colors
2 parents a472d23 + 21dc1c8 commit 318b303

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/styles/_mixins/variables.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ $tc-dark-blue-30: #cee6ff;
4646
$tc-dark-blue-10: #f4f9ff;
4747

4848
/* Light Blue - design color code. */
49-
$tc-light-blue-110: #009ddc;
49+
$tc-light-blue-110: #0076a5;
5050
$tc-light-blue-100: #15acec;
5151
$tc-light-blue-70: #63c4f1;
5252
$tc-light-blue-30: #bce6f9;
@@ -75,7 +75,7 @@ $tc-yellow-10: #fffde5;
7575

7676
/* Greens - development color code. */
7777
$tc-green-120: #328732;
78-
$tc-green-110: #258025;
78+
$tc-green-110: #258205;
7979
$tc-green-100: #5cc900;
8080
$tc-green-70: #94db4e;
8181
$tc-green-30: #cef0af;

0 commit comments

Comments
 (0)