From dccf7d2e9d4cdfba031653a21a41d2b2d5ae41cf Mon Sep 17 00:00:00 2001 From: r0hit-gupta Date: Thu, 18 Jul 2019 22:48:11 +0530 Subject: [PATCH 1/3] changes for #2842 --- .../components/SubmissionPage/FilestackFilePicker/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/components/SubmissionPage/FilestackFilePicker/styles.scss b/src/shared/components/SubmissionPage/FilestackFilePicker/styles.scss index 193e41e414..37cb8f8bbc 100644 --- a/src/shared/components/SubmissionPage/FilestackFilePicker/styles.scss +++ b/src/shared/components/SubmissionPage/FilestackFilePicker/styles.scss @@ -24,7 +24,7 @@ p { font-size: 15px; - color: #888894; + color: #737380; line-height: 25px; flex-basis: 0; flex-grow: 1; From 2df5b38a988b46c2828ccabe0d65d6e9c689a7a7 Mon Sep 17 00:00:00 2001 From: r0hit-gupta Date: Sun, 21 Jul 2019 17:05:18 +0530 Subject: [PATCH 2/3] update color --- .../components/SubmissionPage/FilestackFilePicker/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/components/SubmissionPage/FilestackFilePicker/styles.scss b/src/shared/components/SubmissionPage/FilestackFilePicker/styles.scss index 37cb8f8bbc..2cb0e659c2 100644 --- a/src/shared/components/SubmissionPage/FilestackFilePicker/styles.scss +++ b/src/shared/components/SubmissionPage/FilestackFilePicker/styles.scss @@ -24,7 +24,7 @@ p { font-size: 15px; - color: #737380; + color: #6b6b6b; line-height: 25px; flex-basis: 0; flex-grow: 1; From a61cf60adb274f3228074dabcd56664485ee5dae Mon Sep 17 00:00:00 2001 From: r0hit-gupta Date: Tue, 23 Jul 2019 23:29:55 +0530 Subject: [PATCH 3/3] update color --- .../components/SubmissionPage/FilestackFilePicker/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/components/SubmissionPage/FilestackFilePicker/styles.scss b/src/shared/components/SubmissionPage/FilestackFilePicker/styles.scss index 2cb0e659c2..939673e74f 100644 --- a/src/shared/components/SubmissionPage/FilestackFilePicker/styles.scss +++ b/src/shared/components/SubmissionPage/FilestackFilePicker/styles.scss @@ -24,7 +24,7 @@ p { font-size: 15px; - color: #6b6b6b; + color: $tc-gray-60; line-height: 25px; flex-basis: 0; flex-grow: 1;