Commit e71ca745 authored by Simon Knox's avatar Simon Knox

Merge branch 'fix-dark-graph-msg' into 'master'

Fix commit msg color for dark mode graph

See merge request gitlab-org/gitlab!74050
parents 806407d3 533bc799
......@@ -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