diff --git a/package-lock.json b/package-lock.json index 9333c41..b151255 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "topcoder-react-ui-kit", - "version": "0.5.10", + "version": "1.0.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 20761fe..04864c4 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.7", + "version": "1.0.10", "dependencies": { "prop-types": "^15.6.2", "react": "^16.4.1", diff --git a/src/shared/components/tags/primary/data-science.scss b/src/shared/components/tags/primary/data-science.scss index 1960f6d..fc3b064 100644 --- a/src/shared/components/tags/primary/data-science.scss +++ b/src/shared/components/tags/primary/data-science.scss @@ -5,14 +5,14 @@ @import "../default"; .button { - background-color: $tc-orange; + background-color: $tc-orange-110; color: $tc-white; &:active, &:focus, &:hover { color: $tc-white; - background-color: $tc-orange-110; + background-color: $tc-orange; } &:visited { diff --git a/src/shared/components/tags/primary/design.scss b/src/shared/components/tags/primary/design.scss index df96c37..6251789 100644 --- a/src/shared/components/tags/primary/design.scss +++ b/src/shared/components/tags/primary/design.scss @@ -5,14 +5,14 @@ @import "../default"; .button { - background-color: $tc-light-blue; + background-color: $tc-light-blue-110; color: $tc-white; &:active, &:focus, &:hover { color: $tc-white; - background-color: $tc-light-blue-110; + background-color: $tc-light-blue; } &:visited { diff --git a/src/shared/components/tags/primary/development.scss b/src/shared/components/tags/primary/development.scss index 60e57c5..0f98252 100644 --- a/src/shared/components/tags/primary/development.scss +++ b/src/shared/components/tags/primary/development.scss @@ -5,14 +5,14 @@ @import "../default"; .button { - background-color: $tc-green; + background-color: $tc-green-110; color: $tc-white; &:active, &:focus, &:hover { color: $tc-white; - background-color: $tc-green-110; + background-color: $tc-green; } &:visited {