1 parent 3443896 commit 00f0d48Copy full SHA for 00f0d48
1 file changed
DevLog/UI/Common/Componeent/Toast.swift
@@ -77,7 +77,7 @@ private struct ToastOverlayView<Label: View>: View {
77
guard opacityValue == 0 else { return }
78
79
withAnimation(.spring(response: 0.5, dampingFraction: 1, blendDuration: 0.0)) {
80
- yOffset = -100
+ yOffset = -50
81
opacityValue = 1
82
}
83
0 commit comments