We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0ad954 commit 36cd774Copy full SHA for 36cd774
projects/common/src/color/color-palette.ts
@@ -17,7 +17,6 @@ export class ColorPalette {
17
}
18
19
public getColorCombinationForId(id: string, colorSetSize: number = this.basisColors.length): ColorCombination {
20
-
21
return this.getColorCombinations(colorSetSize)[Math.abs(hashCode(id)) % colorSetSize];
22
23
0 commit comments