Commit c6009408 authored by Florie Guibert's avatar Florie Guibert

Fix displaying label text in labels dropdown in dark mode

Changelog: fixed
parent 16ad1265
......@@ -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