💄 Site > Favicon > Scale notif border on pixel ratio

This commit is contained in:
brunosimon
2017-09-08 13:36:06 +02:00
parent a470e95301
commit 539db45039
+1 -1
View File
@@ -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()
}