spacing improvement from bottom in plain text mode

This commit is contained in:
Mauro Romito
2022-11-29 19:13:49 +01:00
parent 967ca994b7
commit 2bb8f97992
2 changed files with 6 additions and 4 deletions
@@ -214,10 +214,12 @@ struct Composer: View {
HStack(alignment: .bottom, spacing: 0) {
if !viewModel.viewState.textFormattingEnabled {
sendMediaButton
.padding(.bottom, 1)
}
composerContainer
if !viewModel.viewState.textFormattingEnabled {
sendButton
.padding(.bottom, 1)
}
}
if viewModel.viewState.textFormattingEnabled {