From bcf361f0291de85286dd24921e71dfaf048bd376 Mon Sep 17 00:00:00 2001 From: r0hit-gupta Date: Thu, 25 Jul 2019 22:20:54 +0530 Subject: [PATCH 1/2] update colors --- src/shared/components/buttons/themes/danger.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/shared/components/buttons/themes/danger.scss b/src/shared/components/buttons/themes/danger.scss index 5913fba..e1b368c 100644 --- a/src/shared/components/buttons/themes/danger.scss +++ b/src/shared/components/buttons/themes/danger.scss @@ -5,7 +5,7 @@ @import "default"; @mixin button { - background: $tc-red-70; + background: $tc-red-110; border-color: transparent; color: $tc-white; } @@ -38,7 +38,7 @@ } &:active { - background-color: $tc-red; + background-color: $tc-red-110; background-image: none; box-shadow: inset 0 1px 3px 0 rgba(71, 71, 79, 0.38); border-color: transparent; From a472d23e186899c17e4763f46fd5c727e296c7d6 Mon Sep 17 00:00:00 2001 From: Sushil Shinde Date: Mon, 29 Jul 2019 20:39:17 +0530 Subject: [PATCH 2/2] Upgrading npm version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d393405..9c11aa8 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.3", + "version": "1.0.4", "dependencies": { "prop-types": "^15.6.2", "react": "^16.4.1",