This commit is contained in:
cheykrym 2025-10-22 05:10:22 +03:00
parent 4442a40aac
commit aa3e619d37

View File

@ -209,7 +209,7 @@ struct PrivateChatView: View {
private var composer: some View {
VStack(spacing: 10) {
HStack(alignment: .bottom, spacing: 12) {
HStack(spacing: 12) {
Button(action: { }) { // переключатель на стикеры
Image(systemName: "paperclip")
.font(.system(size: 18, weight: .semibold))
@ -237,6 +237,7 @@ struct PrivateChatView: View {
.padding(.trailing, 12)
.padding(.bottom, 10)
}
.frame(minHeight: 40)
.background(Color(.secondarySystemBackground))
.clipShape(RoundedRectangle(cornerRadius: 18, style: .continuous))