diff --git a/wherehows-web/app/styles/components/dataset-author/_dataset-author.scss b/wherehows-web/app/styles/components/dataset-author/_dataset-author.scss index e6211cb4fb..93c8456fe6 100644 --- a/wherehows-web/app/styles/components/dataset-author/_dataset-author.scss +++ b/wherehows-web/app/styles/components/dataset-author/_dataset-author.scss @@ -65,7 +65,7 @@ margin-right: 64px; &__icon { - color: set-color(red, red5); + color: get-color(red5); margin-right: 8px; } } diff --git a/wherehows-web/app/styles/components/dataset-author/_owner-table.scss b/wherehows-web/app/styles/components/dataset-author/_owner-table.scss index fcbbe50d55..06eb8e69a3 100644 --- a/wherehows-web/app/styles/components/dataset-author/_owner-table.scss +++ b/wherehows-web/app/styles/components/dataset-author/_owner-table.scss @@ -94,7 +94,7 @@ $user-name-width: 170px; } &__trigger { - color: rgba(0, 132, 191, 1); + color: get-color(blue6); font-weight: 600; cursor: pointer; }