Compare commits
No commits in common. "96856740560c9d9766f5afaeb743ce86c969efaf" and "331ec94ede7b42fd102181c5f662db2258173e31" have entirely different histories.
9685674056
...
331ec94ede
@ -209,7 +209,7 @@ struct PrivateChatView: View {
|
||||
|
||||
private var composer: some View {
|
||||
VStack(spacing: 10) {
|
||||
HStack(alignment: .bottom, spacing: 3) {
|
||||
HStack(alignment: .bottom, spacing: 12) {
|
||||
Button(action: { }) { // переключатель на стикеры
|
||||
Image(systemName: "paperclip")
|
||||
.font(.system(size: 18, weight: .semibold))
|
||||
@ -255,7 +255,7 @@ struct PrivateChatView: View {
|
||||
}
|
||||
}
|
||||
}
|
||||
.padding(.horizontal, 10)
|
||||
.padding(.horizontal, 16)
|
||||
.padding(.top, 10)
|
||||
.padding(.bottom, 8)
|
||||
.background(.ultraThinMaterial)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user