diff --git a/MVMCoreUI/Atomic/Atoms/Views/LoadingSpinner.swift b/MVMCoreUI/Atomic/Atoms/Views/LoadingSpinner.swift index 76d8cdd9..a1238552 100644 --- a/MVMCoreUI/Atomic/Atoms/Views/LoadingSpinner.swift +++ b/MVMCoreUI/Atomic/Atoms/Views/LoadingSpinner.swift @@ -41,7 +41,7 @@ open class LoadingSpinner: View { layer.fillColor = nil layer.strokeColor = strokeColor.cgColor layer.lineWidth = lineWidth - layer.lineCap = .round + layer.lineCap = .butt layer.speed = speed let halfWidth = lineWidth / 2 let radius = (bounds.width - lineWidth) / 2