Skip to content

Commit

Permalink
Change color of "You" in-depth marker (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
duogenesis authored Oct 8, 2023
1 parent c94c93c commit b215219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/chart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ const Chart = ({name1, percentage1, name2, percentage2, ...props}) => {
<Tick color="#ddd" position={100}/>

<Tick
color="#666"
color="#c3c3c3"
position={percentage2}
label={name2}
labelPercentage={labelPercentage(percentage2)}
Expand Down

0 comments on commit b215219

Please sign in to comment.