diff --git a/src/shared/components/tags/primary/data-science.scss b/src/shared/components/tags/primary/data-science.scss index 1960f6d..69a9887 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 {