From de2d7c402013cdfaad0246451c96ec3494b76a87 Mon Sep 17 00:00:00 2001 From: cheykrym Date: Wed, 22 Oct 2025 06:22:46 +0300 Subject: [PATCH] change padding --- yobble/Views/Chat/PrivateChatView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yobble/Views/Chat/PrivateChatView.swift b/yobble/Views/Chat/PrivateChatView.swift index b5c3a16..dcda3fd 100644 --- a/yobble/Views/Chat/PrivateChatView.swift +++ b/yobble/Views/Chat/PrivateChatView.swift @@ -36,7 +36,7 @@ struct PrivateChatView: View { if !isBottomAnchorVisible { scrollToBottomButton(proxy: proxy) .padding(.trailing, 20) - .padding(.bottom, 56) + .padding(.bottom, 4) } } }