diff --git a/Aerial/Source/Views/Layers/Weather/ConditionLayer.swift b/Aerial/Source/Views/Layers/Weather/ConditionLayer.swift index eab5f3a9..a877d32b 100644 --- a/Aerial/Source/Views/Layers/Weather/ConditionLayer.swift +++ b/Aerial/Source/Views/Layers/Weather/ConditionLayer.swift @@ -95,7 +95,6 @@ class ConditionLayer: CALayer { func makeCityNameBlock() -> CATextLayer { let temp = CATextLayer() temp.isWrapped = true - temp.backgroundColor = .black temp.string = condition!.name (temp.font, temp.fontSize) = temp.makeFont(name: PrefsInfo.weather.fontName, size: PrefsInfo.weather.fontSize/1.5) temp.alignmentMode = .center