Commit 5fc20747 by Demid Merzlyakov

Sun tile: Max UV is now correct.

parent eceb1dcf
......@@ -153,7 +153,7 @@ class SunPhaseCell: UITableViewCell {
}
let color = interfaceStyle == .light ? ThemeManager.currentTheme.secondaryTextColor :
ThemeManager.currentTheme.primaryTextColor
let attrStirng = NSMutableAttributedString(string: "\(maxUvText): \(level)",
let attrStirng = NSMutableAttributedString(string: "\(maxUvText): \(levelText)",
attributes: [.foregroundColor : color,
.kern : 0.19,
.font : AppFont.SFPro.regular(size: 14)])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment