Commit 28ee6886 by Orkhan Alikhanov

Fixed setting selectedColor of check button incorrectly

parent 6215469e
......@@ -48,6 +48,7 @@ internal class CheckBoxLayer: BaseIconLayer {
didSet {
guard isSelected else { return }
borderLayer.borderColor = selectedColor.cgColor
borderLayer.backgroundColor = selectedColor.cgColor
}
}
......
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