Commit b83012f3 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch '340576-labels-are-invisible-in-dark-mode' into 'master'

Fix displaying label text in labels dropdown in dark mode

See merge request gitlab-org/gitlab!70037
parents 347ae433 c6009408
......@@ -56,7 +56,7 @@ export default {
const labelLink = h(
GlLink,
{
class: 'gl-display-flex gl-align-items-center label-item gl-text-black-normal',
class: 'gl-display-flex gl-align-items-center label-item gl-text-body',
on: {
click: () => {
listeners.clickLabel(label);
......
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