From 92c2e46c348d430d17fd2d794cf0ccca82ef666c Mon Sep 17 00:00:00 2001 From: prakashdurlabhji Date: Tue, 30 Jul 2019 02:42:18 +0530 Subject: [PATCH 1/4] issue 2871 fix --- src/shared/components/tags/primary/data-science.scss | 2 +- src/shared/components/tags/primary/design.scss | 2 +- src/shared/components/tags/primary/development.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/shared/components/tags/primary/data-science.scss b/src/shared/components/tags/primary/data-science.scss index 9cefbf0..1960f6d 100644 --- a/src/shared/components/tags/primary/data-science.scss +++ b/src/shared/components/tags/primary/data-science.scss @@ -12,7 +12,7 @@ &:focus, &:hover { color: $tc-white; - background-color: $tc-orange; + background-color: $tc-orange-110; } &:visited { diff --git a/src/shared/components/tags/primary/design.scss b/src/shared/components/tags/primary/design.scss index 633192c..df96c37 100644 --- a/src/shared/components/tags/primary/design.scss +++ b/src/shared/components/tags/primary/design.scss @@ -12,7 +12,7 @@ &:focus, &:hover { color: $tc-white; - background-color: $tc-light-blue; + background-color: $tc-light-blue-110; } &:visited { diff --git a/src/shared/components/tags/primary/development.scss b/src/shared/components/tags/primary/development.scss index eb020f7..60e57c5 100644 --- a/src/shared/components/tags/primary/development.scss +++ b/src/shared/components/tags/primary/development.scss @@ -12,7 +12,7 @@ &:focus, &:hover { color: $tc-white; - background-color: $tc-green; + background-color: $tc-green-110; } &:visited { From 21dc1c8d9065452ace6fb5c279a2c015e257bdf3 Mon Sep 17 00:00:00 2001 From: r0hit-gupta Date: Tue, 30 Jul 2019 22:24:32 +0530 Subject: [PATCH 2/4] update colors --- src/styles/_mixins/variables.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/_mixins/variables.scss b/src/styles/_mixins/variables.scss index e8e6264..325fca7 100644 --- a/src/styles/_mixins/variables.scss +++ b/src/styles/_mixins/variables.scss @@ -46,7 +46,7 @@ $tc-dark-blue-30: #cee6ff; $tc-dark-blue-10: #f4f9ff; /* Light Blue - design color code. */ -$tc-light-blue-110: #009ddc; +$tc-light-blue-110: #0076a5; $tc-light-blue-100: #15acec; $tc-light-blue-70: #63c4f1; $tc-light-blue-30: #bce6f9; @@ -75,7 +75,7 @@ $tc-yellow-10: #fffde5; /* Greens - development color code. */ $tc-green-120: #328732; -$tc-green-110: #258025; +$tc-green-110: #258205; $tc-green-100: #5cc900; $tc-green-70: #94db4e; $tc-green-30: #cef0af; From 6d0ec227a6d55a4ea68136544cb6a10ac8cbb7aa Mon Sep 17 00:00:00 2001 From: Sushil Shinde Date: Wed, 31 Jul 2019 10:15:26 +0530 Subject: [PATCH 3/4] update npm version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9c11aa8..fee1a60 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "lint:scss": "./node_modules/.bin/stylelint **/*.scss --syntax scss", "test": "npm run lint && npm run jest" }, - "version": "1.0.4", + "version": "1.0.6", "dependencies": { "prop-types": "^15.6.2", "react": "^16.4.1", From 05e77e6d0a5d68fb2f73393b0b7eef7a4633b614 Mon Sep 17 00:00:00 2001 From: Sushil Shinde Date: Wed, 31 Jul 2019 12:41:13 +0530 Subject: [PATCH 4/4] Update npm version to 1.0.7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fee1a60..20761fe 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "lint:scss": "./node_modules/.bin/stylelint **/*.scss --syntax scss", "test": "npm run lint && npm run jest" }, - "version": "1.0.6", + "version": "1.0.7", "dependencies": { "prop-types": "^15.6.2", "react": "^16.4.1",