-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Hello,

As can be seen above, when I click on a LoadingButton, the loading animation pops out of the frame and a gray box appears. Here is the reference code used to create this issue...
LoadingButton(action: { print("pressed button") }, isLoading: $isLoading) { HStack{ Image(systemName: "camera.fill").foregroundColor(.white) .foregroundColor(Color.gray) Text("Scan Face") } }
How can I avoid the clipping issue and the grey box appearing on the loading animation?
Metadata
Metadata
Assignees
Labels
No labels