Correctly aligns chat field.

This commit is contained in:
Vitor Pamplona 2023-02-03 17:45:44 -05:00
parent 22daf1a6a8
commit 9e894642ec

View File

@ -116,9 +116,7 @@ fun ChannelScreen(channelId: String?, accountViewModel: AccountViewModel, accoun
capitalization = KeyboardCapitalization.Sentences
),
shape = RoundedCornerShape(25.dp),
modifier = Modifier
.weight(1f, true)
.padding(end = 10.dp),
modifier = Modifier.weight(1f, true),
placeholder = {
Text(
text = "reply here.. ",