This commit is contained in:
Kevin G Christiano 2020-07-07 14:55:29 -04:00
parent 027b9c9930
commit 75c26b21f5

View File

@ -48,7 +48,7 @@ open class LoadingSpinner: View {
override open func layoutSubviews() { override open func layoutSubviews() {
super.layoutSubviews() super.layoutSubviews()
//
layer.fillColor = nil layer.fillColor = nil
layer.strokeColor = strokeColor.cgColor layer.strokeColor = strokeColor.cgColor
layer.lineWidth = lineWidth layer.lineWidth = lineWidth