diff --git a/src/index.js b/src/index.js index ea7a703..2f6a4cc 100644 --- a/src/index.js +++ b/src/index.js @@ -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" );