Compare commits

...

2 Commits

Author SHA1 Message Date
9685674056 edit padding 2025-10-22 05:18:58 +03:00
c1e39128fb edit spacing 2025-10-22 05:16:21 +03:00

View File

@ -209,7 +209,7 @@ struct PrivateChatView: View {
private var composer: some View {
VStack(spacing: 10) {
HStack(alignment: .bottom, spacing: 12) {
HStack(alignment: .bottom, spacing: 3) {
Button(action: { }) { // переключатель на стикеры
Image(systemName: "paperclip")
.font(.system(size: 18, weight: .semibold))
@ -255,7 +255,7 @@ struct PrivateChatView: View {
}
}
}
.padding(.horizontal, 16)
.padding(.horizontal, 10)
.padding(.top, 10)
.padding(.bottom, 8)
.background(.ultraThinMaterial)