Commit 55ca25e6 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch '212259-gl-text-purple-for-tanuki-verified' into 'master'

Use @gitlab/ui color in member badges

See merge request gitlab-org/gitlab!62182
parents 53c11cd9 9fc07a7c
......@@ -83,7 +83,6 @@
}
}
.gl-text-purple { color: $purple; }
.gl-bg-purple-light { background-color: $purple-light; }
// move this to GitLab UI once onboarding experiment is considered a success
......
......@@ -22,6 +22,6 @@ export default {
:aria-label="$options.gitlabTeamMemberLabel"
class="d-inline-block align-middle"
>
<gl-icon name="tanuki-verified" class="gl-text-purple d-block" />
<gl-icon name="tanuki-verified" class="gl-text-purple-600 d-block" />
</span>
</template>
......@@ -62,7 +62,7 @@ module EE
sprite_icon(
'tanuki-verified',
size: 16,
css_class: 'gl-text-purple d-block'
css_class: 'gl-text-purple-600 d-block'
)
end
end
......
......@@ -908,10 +908,10 @@
resolved "https://registry.yarnpkg.com/@gitlab/tributejs/-/tributejs-1.0.0.tgz#672befa222aeffc83e7d799b0500a7a4418e59b8"
integrity sha512-nmKw1+hB6MHvlmPz63yPwVs1qQkycHwsKgxpEbzmky16Y6mL4EJMk3w1b8QlOAF/AIAzjCERPhe/R4MJiohbZw==
"@gitlab/ui@29.27.0":
version "29.27.0"
resolved "https://registry.yarnpkg.com/@gitlab/ui/-/ui-29.27.0.tgz#c5cbe1fee2164705ea6a431c85f6fdaa2ff7e166"
integrity sha512-VoiYrozWyE9l/ddX308vsu+wQqaJJN3csngIlrJit3DzVZV9Z/OVWU/X9CWV8m/ubyr5ysEMqnrtnsQClR9FiA==
"@gitlab/ui@29.28.0":
version "29.28.0"
resolved "https://registry.yarnpkg.com/@gitlab/ui/-/ui-29.28.0.tgz#3444f6d26114f503d78b85fca67b5cc340a4a667"
integrity sha512-7jHqbnEy3P5J/G0/b+Nu+iw8XSOyTWLvyOEtNdFpBras1RxCE3C4AnPyGT7jei+WafTQN2Vzxz8VIgAxZ6PPvg==
dependencies:
"@babel/standalone" "^7.0.0"
"@gitlab/vue-toasted" "^1.3.0"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment