mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-25 18:30:10 +02:00
fixed highlight color
This commit is contained in:
@@ -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')
|
||||
|
Reference in New Issue
Block a user