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 8b41317 commit 30ec296Copy full SHA for 30ec296
apps/website/src/_state/make-it-yours.ts
@@ -30,7 +30,7 @@ function createPrimaryColors() {
30
const colorValues = Object.values(Color);
31
32
const primaryColorsByLightness = [];
33
- for (let i = 100; i <= 900; i += 100) {
+ for (let i = 200; i <= 900; i += 100) {
34
for (const color of colorValues) {
35
primaryColorsByLightness.push(`primary-${color}-${i}`);
36
}
0 commit comments