From a826ce96c0973be228e35ebbd9311fbb203b3f35 Mon Sep 17 00:00:00 2001 From: Kevin G Christiano Date: Thu, 25 Jun 2020 16:16:26 -0400 Subject: [PATCH] update width of line --- MVMCoreUI/Atomic/Atoms/Views/LoadingSpinnerModel.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MVMCoreUI/Atomic/Atoms/Views/LoadingSpinnerModel.swift b/MVMCoreUI/Atomic/Atoms/Views/LoadingSpinnerModel.swift index aab510a4..bdef3c86 100644 --- a/MVMCoreUI/Atomic/Atoms/Views/LoadingSpinnerModel.swift +++ b/MVMCoreUI/Atomic/Atoms/Views/LoadingSpinnerModel.swift @@ -17,7 +17,7 @@ open class LoadingSpinnerModel: MoleculeModelProtocol { public var backgroundColor: Color? public static var identifier: String = "loadingSpinner" public var strokeColor = Color(uiColor: .mvmBlack) - public var lineWidth: CGFloat = 3 + public var lineWidth: CGFloat = 4 public var diameter: CGFloat = 40 //--------------------------------------------------