diff --git a/libs/ui.js b/libs/ui.js index 2a8c5b19..a3532990 100644 --- a/libs/ui.js +++ b/libs/ui.js @@ -139,7 +139,7 @@ ui.prototype.fillBoldText = function (name, text, x, y, style, strokeStyle, font if (!strokeStyle) strokeStyle = '#000000'; strokeStyle = core.arrayToRGBA(strokeStyle); ctx.strokeStyle = strokeStyle; - ctx.lineWidth = 3; + ctx.lineWidth = 2; ctx.strokeText(text, x, y); ctx.fillStyle = style; ctx.fillText(text, x, y);