Improve horizontal padding of the chat messages

This commit is contained in:
Vitor Pamplona 2024-08-22 17:12:46 -04:00
parent 448ea796ef
commit 315a662c10

View File

@ -256,7 +256,7 @@ val chatAuthorImage = Modifier.size(20.dp).clip(shape = CircleShape)
val AuthorInfoVideoFeed = Modifier.width(75.dp).padding(end = 15.dp)
val messageDetailsModifier = Modifier.height(Size25dp)
val messageBubbleLimits = Modifier.padding(start = 7.dp, end = 7.dp, top = 5.dp, bottom = 5.dp)
val messageBubbleLimits = Modifier.padding(start = 10.dp, end = 10.dp, top = 5.dp, bottom = 5.dp)
val inlinePlaceholder =
Placeholder(