fix: Update MessageBubble modifier to fill available space

This commit is contained in:
k1ngsterr1
2026-01-22 03:54:33 +05:00
parent 7adfe1ce86
commit ae8e1b0376

View File

@@ -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)
)
// Время и статус справа