From b0888c292199feec43c74bdfaf63f76b80105919 Mon Sep 17 00:00:00 2001 From: cheykrym Date: Wed, 22 Oct 2025 06:39:29 +0300 Subject: [PATCH] fix position --- yobble/Views/Chat/PrivateChatView.swift | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/yobble/Views/Chat/PrivateChatView.swift b/yobble/Views/Chat/PrivateChatView.swift index 3c8c432..872f85e 100644 --- a/yobble/Views/Chat/PrivateChatView.swift +++ b/yobble/Views/Chat/PrivateChatView.swift @@ -235,7 +235,8 @@ struct PrivateChatView: View { .font(.system(size: 18, weight: .semibold)) .foregroundColor(.secondary) } - .buttonStyle(ComposerIconButtonStyle()) +// .buttonStyle(ComposerIconButtonStyle()) + .frame(width: 36, height: 36) ZStack(alignment: .bottomTrailing) { TextField(inputTab.placeholder, text: $draftText, axis: .vertical) @@ -271,7 +272,8 @@ struct PrivateChatView: View { .font(.system(size: 18, weight: .semibold)) .foregroundColor(.secondary) } - .buttonStyle(ComposerIconButtonStyle()) +// .buttonStyle(ComposerIconButtonStyle()) + .frame(width: 36, height: 36) } else { sendButton }