Skip to content

Commit 30ec296

Browse files
committed
refactor(make-it-yours.ts): temporarily remove primary-100 colors to explore using colored base colors
1 parent 8b41317 commit 30ec296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/website/src/_state/make-it-yours.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function createPrimaryColors() {
3030
const colorValues = Object.values(Color);
3131

3232
const primaryColorsByLightness = [];
33-
for (let i = 100; i <= 900; i += 100) {
33+
for (let i = 200; i <= 900; i += 100) {
3434
for (const color of colorValues) {
3535
primaryColorsByLightness.push(`primary-${color}-${i}`);
3636
}

0 commit comments

Comments
 (0)