Skip to content

Commit

Permalink
Bump up saturation
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Jan 29, 2025
1 parent 45449f0 commit bf7dfec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/variants/src/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export function randomColor(str: string) {
for (let i = 0; i < str.length; i++) {
sum += str.charCodeAt(i)
}
return `hsl(${sum * 10}, 20%, 50%)`
return `hsl(${sum * 10}, 50%, 50%)`
}

// used for calculating minor allele
Expand Down

0 comments on commit bf7dfec

Please sign in to comment.