From 539db450390f6a3df92e82bc677bd9e61ff8a5c6 Mon Sep 17 00:00:00 2001 From: brunosimon Date: Fri, 8 Sep 2017 13:36:06 +0200 Subject: [PATCH] :lipstick: Site > Favicon > Scale notif border on pixel ratio --- site/src/components/favicon/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/components/favicon/script.js b/site/src/components/favicon/script.js index 6a35bd8..fd73e18 100644 --- a/site/src/components/favicon/script.js +++ b/site/src/components/favicon/script.js @@ -74,7 +74,7 @@ export default this.context.fillStyle = '#4bd1c5' // ff763d this.context.fill() - this.context.lineWidth = 2 + this.context.lineWidth = window.devicePixelRatio this.context.strokeStyle = '#0071ab' // ad1d3c this.context.stroke() }