Skip to content

Commit 5191340

Browse files
authored
The edit button's fade away animation looks a bit glitchy (#766)
2 parents 1b60c64 + 02e6858 commit 5191340

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/GravatarUI/SwiftUI/AvatarPicker/AvatarPickerProfileView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ struct AvatarPickerProfileView<AccessoryView>: View where AccessoryView: View {
4747
ZStack(alignment: .bottomTrailing) {
4848
avatarView()
4949
avatarAccessoryView()
50+
.zIndex(1)
5051
}
5152

5253
if model == nil && isLoading {

0 commit comments

Comments
 (0)