diff --git a/package-lock.json b/package-lock.json index ead90ac..2134b70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "topcoder-react-ui-kit", - "version": "0.5.5", + "version": "0.5.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 21a8345..51ac23f 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": "0.5.5", + "version": "0.5.6", "dependencies": { "prop-types": "^15.6.2", "react": "^16.4.1", diff --git a/src/styles/_mixins/typography.scss b/src/styles/_mixins/typography.scss index a975077..d7e2ca5 100644 --- a/src/styles/_mixins/typography.scss +++ b/src/styles/_mixins/typography.scss @@ -186,13 +186,13 @@ */ @mixin tc-typography { - a { color: $tc-dark-blue; } + a { color: $tc-dark-blue-110; } a:active, a:focus, a:visited, a:hover { - color: $tc-dark-blue; + color: $tc-dark-blue-110; } em {