This commit is contained in:
callebtc
2025-08-30 16:04:40 +02:00
parent 9116559d11
commit 5286ee862b
@@ -337,7 +337,11 @@ private fun AnimatedMessageDisplay(
text = annotatedText,
modifier = modifier,
fontFamily = FontFamily.Monospace,
softWrap = true
softWrap = true,
overflow = androidx.compose.ui.text.style.TextOverflow.Visible,
style = androidx.compose.ui.text.TextStyle(
color = colorScheme.onSurface
)
)
}