This commit is contained in:
Thomas Andres Gomez 2025-10-21 11:43:57 +02:00
parent 8f8df3ce80
commit 29d967c00f

View file

@ -333,8 +333,8 @@ private fun MainContent(
color = MaterialTheme.colorScheme.onSurface, color = MaterialTheme.colorScheme.onSurface,
text = buildAnnotatedString { text = buildAnnotatedString {
withStyle(packageStyleSpan) { withStyle(packageStyleSpan) {
append("Forfait IS (") append("Forfait FA (")
append(it.packageISInput) append(it.packageFAInput)
append("€) : ") append("€) : ")
} }
withStyle(amountStyleSpan) { append("${it.packageISValue}") } withStyle(amountStyleSpan) { append("${it.packageISValue}") }