Skip to content

Commit 00f0d48

Browse files
committed
ui: 토스트 뜨는 높이 조절
1 parent 3443896 commit 00f0d48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DevLog/UI/Common/Componeent/Toast.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ private struct ToastOverlayView<Label: View>: View {
7777
guard opacityValue == 0 else { return }
7878

7979
withAnimation(.spring(response: 0.5, dampingFraction: 1, blendDuration: 0.0)) {
80-
yOffset = -100
80+
yOffset = -50
8181
opacityValue = 1
8282
}
8383
}

0 commit comments

Comments
 (0)