From 96b8ff7648b12cb2184be9468a47b8ea692fd7e3 Mon Sep 17 00:00:00 2001 From: Valentin Perignon Date: Thu, 30 Nov 2023 15:19:46 +0100 Subject: [PATCH] feat: Set ProgressView controlSize --- Mail/Components/LoadingButtonProgressView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Mail/Components/LoadingButtonProgressView.swift b/Mail/Components/LoadingButtonProgressView.swift index 235086c1b..f8a28a61f 100644 --- a/Mail/Components/LoadingButtonProgressView.swift +++ b/Mail/Components/LoadingButtonProgressView.swift @@ -30,5 +30,6 @@ struct LoadingButtonProgressView: View { ProgressView() .progressViewStyle(.circular) .tint(tintColor) + .controlSize(.regular) } }