mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-14 18:26:11 -04:00
fix: Force single line for UpgradeBadge text
This commit is contained in:
@@ -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,
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user