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)