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) {