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", 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;