From 61e1feb8bde51ad9f11bb7650b12d47d5af6e694 Mon Sep 17 00:00:00 2001 From: cheykrym Date: Wed, 22 Oct 2025 06:33:06 +0300 Subject: [PATCH] change scroll pos --- yobble/Views/Chat/PrivateChatView.swift | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/yobble/Views/Chat/PrivateChatView.swift b/yobble/Views/Chat/PrivateChatView.swift index dcda3fd..3c8c432 100644 --- a/yobble/Views/Chat/PrivateChatView.swift +++ b/yobble/Views/Chat/PrivateChatView.swift @@ -35,7 +35,7 @@ struct PrivateChatView: View { if !isBottomAnchorVisible { scrollToBottomButton(proxy: proxy) - .padding(.trailing, 20) + .padding(.trailing, 12) .padding(.bottom, 4) } } @@ -291,8 +291,12 @@ struct PrivateChatView: View { .font(.system(size: 18, weight: .semibold)) .foregroundColor(.white) .frame(width: 44, height: 44) - .background(Color.accentColor) +// .background(Color.accentColor) + .background(Color(.secondarySystemBackground)) .clipShape(Circle()) +// .overlay( +// Circle().stroke(Color.white.opacity(0.35), lineWidth: 1) +// ) } .buttonStyle(.plain) .shadow(color: Color.black.opacity(0.2), radius: 4, x: 0, y: 2)