mirror of
				https://github.com/zulip/zulip-desktop.git
				synced 2025-11-04 05:53:21 +00:00 
			
		
		
		
	Fixed bug in Mac OS #110 [WIP]
This commit is contained in:
		@@ -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) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user