ios: fix live messages sending incomplete words, refactor (#1604)

This commit is contained in:
Evgeny Poberezkin
2022-12-18 21:20:39 +00:00
committed by GitHub
parent b159496257
commit 76b4fd34c1
2 changed files with 30 additions and 40 deletions
@@ -226,11 +226,9 @@ struct SendMessageView: View {
default: ()
}
} label: {
ZStack {
Image(systemName: "ellipsis.circle.fill")
.resizable()
.foregroundColor(.accentColor)
}
Image(systemName: "ellipsis.circle.fill")
.resizable()
.foregroundColor(.accentColor)
}
.frame(width: 29, height: 29)
.padding([.bottom, .horizontal], 4)