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 7b08374 commit 26b09aaCopy full SHA for 26b09aa
client/src/components/Progress.svelte
@@ -43,8 +43,9 @@
43
160 - (160 / langCount) * index
44
}, ${203})`,
45
);
46
+ console.log(info);
47
- info[0].style.color = `rgb(${275 - (225 / langCount) * index}, ${
48
+ info.style.color = `rgb(${275 - (225 / langCount) * index}, ${
49
275 - (225 / langCount) * index
50
}, ${275 - (225 / langCount) * index})`;
51
}, 0);
0 commit comments