fix pos
This commit is contained in:
parent
4442a40aac
commit
aa3e619d37
@ -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))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user