Skip to content

Commit

Permalink
fixed highlight color
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Fulbright authored and Austin Fulbright committed Aug 10, 2024
1 parent c49a1bf commit aba306b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mermaid/src/diagrams/git/gitGraphRenderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit aba306b

Please sign in to comment.