Skip to content

Commit

Permalink
Remove black background under city name...
Browse files Browse the repository at this point in the history
  • Loading branch information
glouel committed Jun 10, 2021
1 parent e2c170f commit 5854fad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Aerial/Source/Views/Layers/Weather/ConditionLayer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5854fad

Please sign in to comment.