Format unsupported text output.

This commit is contained in:
Kgothatso Ngako
2026-05-01 19:45:39 +02:00
parent ab85352bfb
commit 20dae4d147

View File

@@ -385,7 +385,9 @@ fun RichContent(
// }
else -> {
Text(
text = segment.toString()
text = segment.toString(),
style = style,
color = MaterialTheme.colorScheme.primary
)
}
}