fix: Update MessageBubble modifier to fill available space
This commit is contained in:
@@ -2613,7 +2613,7 @@ private fun MessageBubble(
|
||||
text = message.text,
|
||||
color = textColor,
|
||||
fontSize = 17.sp,
|
||||
modifier = Modifier.weight(1f, fill = false)
|
||||
modifier = Modifier.weight(1f, fill = true)
|
||||
)
|
||||
|
||||
// Время и статус справа
|
||||
|
||||
Reference in New Issue
Block a user