From 2d1be4994c2835bb82e91124ae9677c648740ab3 Mon Sep 17 00:00:00 2001 From: r0hit-gupta Date: Thu, 18 Jul 2019 19:14:22 +0530 Subject: [PATCH 1/2] changes for #2747 --- .../challenge-listing/ChallengeCard/Status/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/components/challenge-listing/ChallengeCard/Status/style.scss b/src/shared/components/challenge-listing/ChallengeCard/Status/style.scss index 406407676d..c10f92d33d 100644 --- a/src/shared/components/challenge-listing/ChallengeCard/Status/style.scss +++ b/src/shared/components/challenge-listing/ChallengeCard/Status/style.scss @@ -77,7 +77,7 @@ $status-radius-4: $corner-radius * 2; .time-left { text-align: left; - color: $tc-gray-50; + color: #767676; font-size: 12px; line-height: $status-space-15; font-weight: 400; From 06530c9344746201d9b5d2b74e302279d531c0ea Mon Sep 17 00:00:00 2001 From: r0hit-gupta Date: Tue, 23 Jul 2019 23:20:11 +0530 Subject: [PATCH 2/2] update color --- .../challenge-listing/ChallengeCard/Status/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/components/challenge-listing/ChallengeCard/Status/style.scss b/src/shared/components/challenge-listing/ChallengeCard/Status/style.scss index c10f92d33d..a7aa7c1579 100644 --- a/src/shared/components/challenge-listing/ChallengeCard/Status/style.scss +++ b/src/shared/components/challenge-listing/ChallengeCard/Status/style.scss @@ -77,7 +77,7 @@ $status-radius-4: $corner-radius * 2; .time-left { text-align: left; - color: #767676; + color: $tc-gray-60; font-size: 12px; line-height: $status-space-15; font-weight: 400;