mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-26 02:39:41 +02:00
fixed highlight color
This commit is contained in:
@@ -193,7 +193,7 @@ const drawCommitBullet = (
|
|||||||
.attr('height', 20)
|
.attr('height', 20)
|
||||||
.attr(
|
.attr(
|
||||||
'class',
|
'class',
|
||||||
`commit ${commit.id} commit-highlights${branchIndex % THEME_COLOR_LIMIT} ${typeClass}-outer`
|
`commit ${commit.id} commit-highlight${branchIndex % THEME_COLOR_LIMIT} ${typeClass}-outer`
|
||||||
);
|
);
|
||||||
gBullets
|
gBullets
|
||||||
.append('rect')
|
.append('rect')
|
||||||
|
Reference in New Issue
Block a user