Fixed bug in Mac OS #110 [WIP]

This commit is contained in:
Lplenka
2017-04-02 13:24:56 +05:30
parent 40f81af2dd
commit 6d45105b69

View File

@@ -65,7 +65,7 @@ const renderCanvas = function (arg) {
ctx.fillStyle = backgroundColor;
ctx.fill();
ctx.lineWidth = SIZE / (config.thick ? 10 : 20);
ctx.strokeStyle = color;
ctx.strokeStyle = backgroundColor;
ctx.stroke();
// Count or Icon
if (HAS_COUNT) {