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 capitalization = KeyboardCapitalization.Sentences
), ),
shape = RoundedCornerShape(25.dp), shape = RoundedCornerShape(25.dp),
modifier = Modifier modifier = Modifier.weight(1f, true),
.weight(1f, true)
.padding(end = 10.dp),
placeholder = { placeholder = {
Text( Text(
text = "reply here.. ", text = "reply here.. ",