From 6d45105b6986333c0ea0ac207c4b8e234caf3dc0 Mon Sep 17 00:00:00 2001 From: Lplenka Date: Sun, 2 Apr 2017 13:24:56 +0530 Subject: [PATCH] Fixed bug in Mac OS #110 [WIP] --- app/renderer/js/tray.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/renderer/js/tray.js b/app/renderer/js/tray.js index 47b5a904..12d6df0b 100644 --- a/app/renderer/js/tray.js +++ b/app/renderer/js/tray.js @@ -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) {