change color

This commit is contained in:
Fredrik Jensen 2025-10-29 01:06:51 +01:00
parent bf7a37e66c
commit 0ad707476d

View File

@ -40,7 +40,7 @@ for (let i = 0; i < dimensions.height; i++) {
width: `${unit}px`,
height: `${unit}px`,
display: "inline-block",
background: "blue",
background: "green",
},
"board"
);