mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
fixed highlight color
This commit is contained in:
parent
c49a1bf60c
commit
aba306b685
@ -193,7 +193,7 @@ const drawCommitBullet = (
|
||||
.attr('height', 20)
|
||||
.attr(
|
||||
'class',
|
||||
`commit ${commit.id} commit-highlights${branchIndex % THEME_COLOR_LIMIT} ${typeClass}-outer`
|
||||
`commit ${commit.id} commit-highlight${branchIndex % THEME_COLOR_LIMIT} ${typeClass}-outer`
|
||||
);
|
||||
gBullets
|
||||
.append('rect')
|
||||
|
Loading…
x
Reference in New Issue
Block a user