mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-24 04:03:03 -04:00
Modifiy loading spinner to be small on small buttons
This commit is contained in:
parent
bd3c3e64eb
commit
757c5a95a5
@ -37,6 +37,7 @@ struct AsyncButton<S: View>: View {
|
||||
.opacity(0.25)
|
||||
.overlay {
|
||||
ProgressView()
|
||||
.controlSize(.small)
|
||||
}
|
||||
.animation(.default, value: true)
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user