diff --git a/src/grid.js b/src/grid.js index 97eb2e0..296a011 100644 --- a/src/grid.js +++ b/src/grid.js @@ -30,7 +30,7 @@ const Grid = function(canvas) { this.neonRect = (x, y, w, h) => { this.ctx.strokeStyle= "#fff"; - this.ctx.lineWidth = 15; + this.ctx.lineWidth = 7; this.ctx.strokeRect(x, y, w, h); }