fix
This commit is contained in:
parent
2c31d25596
commit
2d3299fe96
@ -209,7 +209,7 @@ struct PrivateChatView: View {
|
|||||||
|
|
||||||
private var composer: some View {
|
private var composer: some View {
|
||||||
VStack(spacing: 10) {
|
VStack(spacing: 10) {
|
||||||
HStack(alignment: .bottom, spacing: 4) {
|
HStack(alignment: .center, spacing: 4) {
|
||||||
Button(action: { }) { // переключатель на стикеры
|
Button(action: { }) { // переключатель на стикеры
|
||||||
Image(systemName: "paperclip")
|
Image(systemName: "paperclip")
|
||||||
.font(.system(size: 18, weight: .semibold))
|
.font(.system(size: 18, weight: .semibold))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user