mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-24 18:42:47 +02:00
Update the tintColor in ThemeV1 to sRGB to match Compound and ThemeV2.
This commit is contained in:
@@ -102,7 +102,7 @@ public class ElementView: UIView {
|
||||
path.layer.bounds = CGRect(x: 0, y: 0, width: 55.2, height: 55.2)
|
||||
path.layer.masksToBounds = false
|
||||
path.shapeLayer.fillRule = CAShapeLayerFillRule.evenOdd
|
||||
path.shapeLayer.fillColor = UIColor(displayP3Red: 0.052, green: 0.743, blue: 0.543, alpha: 1).cgColor
|
||||
path.shapeLayer.fillColor = UIColor(rgb: 0x0DBD8B).cgColor
|
||||
path.shapeLayer.lineDashPattern = []
|
||||
path.shapeLayer.lineDashPhase = 0
|
||||
path.shapeLayer.lineWidth = 0
|
||||
@@ -120,7 +120,7 @@ public class ElementView: UIView {
|
||||
path_1.layer.bounds = CGRect(x: 0, y: 0, width: 55.2, height: 55.2)
|
||||
path_1.layer.masksToBounds = false
|
||||
path_1.shapeLayer.fillRule = CAShapeLayerFillRule.evenOdd
|
||||
path_1.shapeLayer.fillColor = UIColor(displayP3Red: 0.052, green: 0.743, blue: 0.543, alpha: 1).cgColor
|
||||
path_1.shapeLayer.fillColor = UIColor(rgb: 0x0DBD8B).cgColor
|
||||
path_1.shapeLayer.lineDashPattern = []
|
||||
path_1.shapeLayer.lineDashPhase = 0
|
||||
path_1.shapeLayer.lineWidth = 0
|
||||
@@ -138,7 +138,7 @@ public class ElementView: UIView {
|
||||
path_2.layer.bounds = CGRect(x: 0, y: 0, width: 55.2, height: 55.2)
|
||||
path_2.layer.masksToBounds = false
|
||||
path_2.shapeLayer.fillRule = CAShapeLayerFillRule.evenOdd
|
||||
path_2.shapeLayer.fillColor = UIColor(displayP3Red: 0.052, green: 0.743, blue: 0.543, alpha: 1).cgColor
|
||||
path_2.shapeLayer.fillColor = UIColor(rgb: 0x0DBD8B).cgColor
|
||||
path_2.shapeLayer.lineDashPattern = []
|
||||
path_2.shapeLayer.lineDashPhase = 0
|
||||
path_2.shapeLayer.lineWidth = 0
|
||||
@@ -156,7 +156,7 @@ public class ElementView: UIView {
|
||||
path_3.layer.bounds = CGRect(x: 0, y: 0, width: 55.2, height: 55.2)
|
||||
path_3.layer.masksToBounds = false
|
||||
path_3.shapeLayer.fillRule = CAShapeLayerFillRule.evenOdd
|
||||
path_3.shapeLayer.fillColor = UIColor(displayP3Red: 0.052, green: 0.743, blue: 0.543, alpha: 1).cgColor
|
||||
path_3.shapeLayer.fillColor = UIColor(rgb: 0x0DBD8B).cgColor
|
||||
path_3.shapeLayer.lineDashPattern = []
|
||||
path_3.shapeLayer.lineDashPhase = 0
|
||||
path_3.shapeLayer.lineWidth = 0
|
||||
|
||||
Reference in New Issue
Block a user