fix: Force single line for UpgradeBadge text

This commit is contained in:
darken
2026-04-14 11:28:41 +02:00
committed by Matthias Urhahn
parent 067eb2e9e0
commit 609423b27d
@@ -35,6 +35,7 @@ fun UpgradeBadge(modifier: Modifier = Modifier) {
text = stringResource(R.string.upgrade_badge_label),
color = MaterialTheme.colorScheme.primary,
style = MaterialTheme.typography.labelSmall,
maxLines = 1,
)
}
}