Commit 533bc799 authored by Rohan Verma's avatar Rohan Verma

Fix commit msg color for dark mode graph

Closes https://gitlab.com/gitlab-org/gitlab/-/issues/325578

Changelog: fixed
parent e194c893
......@@ -272,6 +272,8 @@ export default class BranchGraph {
return r
.text(this.offsetX + this.unitSpace * this.mspace + 35, y, commit.message.split('\n')[0])
.attr({
fill: 'currentColor',
class: 'gl-text-body',
'text-anchor': 'start',
font: '14px Monaco, monospace',
});
......
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