Modifiy loading spinner to be small on small buttons

This commit is contained in:
Balazs Perlaki-Horvath 2024-09-14 16:25:05 +02:00
parent bd3c3e64eb
commit 757c5a95a5

View File

@ -37,6 +37,7 @@ struct AsyncButton<S: View>: View {
.opacity(0.25)
.overlay {
ProgressView()
.controlSize(.small)
}
.animation(.default, value: true)
} else {