Commit aba16b39 by Demid Merzlyakov

Fix minutely forecast smart text color.

parent dc7d2a96
......@@ -545,6 +545,7 @@ private extension MinutelyForecastView {
}
smartTextLabel.font = AppFont.SFPro.regular(size: 13)
smartTextLabel.textColor = UIColor(hex: 0x444d69)
smartTextLabel.numberOfLines = 0
smartTextBackgroundView.addSubview(smartTextIcon)
......
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