Skip to content

Commit

Permalink
CLAlert now has a new enter, leave transition
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangerhards committed Aug 30, 2022
1 parent c1783dd commit 2aefe3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/CleanUI/Views/CLAlert/CLAlert.swift
Expand Up @@ -47,7 +47,7 @@ internal struct CLAlert<Content: View>: View {
.fill(Color.alert)
)
.padding(16)
.transition(.move(edge: .top).combined(with: .opacity))
.transition(.scale.combined(with: .opacity))
}
}
}
Expand Down

0 comments on commit 2aefe3c

Please sign in to comment.