fixed highlight color

This commit is contained in:
Austin Fulbright
2024-08-10 12:32:25 -04:00
parent c49a1bf60c
commit aba306b685

View File

@@ -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')