Commit 1bbeb42d authored by Rémy Coutable's avatar Rémy Coutable

Merge branch '53714-inconsistent-text-color-for-labels' into 'master'

Resolve "Inconsistent text color for labels"

Closes #53714

See merge request gitlab-org/gitlab-ce!23873
parents 3383babc 51359a1f
......@@ -214,6 +214,7 @@ class Label < ActiveRecord::Base
super(options).tap do |json|
json[:type] = self.try(:type)
json[:priority] = priority(options[:project]) if options.key?(:project)
json[:textColor] = text_color
end
end
......
---
title: Fix foreground color for labels to ensure consistency of label appearance
merge_request: 23873
author: Nathan Friend
type: fixed
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