Skip to content

Commit

Permalink
fix width
Browse files Browse the repository at this point in the history
  • Loading branch information
vegaro committed Oct 24, 2023
1 parent a46908e commit 8eba172
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ private fun SelectPackageButton(
modifier = columnModifier,
horizontalAlignment = Alignment.CenterHorizontally,
) {
DiscountRelativeToMostExpensivePerMonth(packageInfo, colors)
// DiscountRelativeToMostExpensivePerMonth(packageInfo, colors)
Box {
Button(
modifier = modifier
Expand Down Expand Up @@ -371,7 +371,8 @@ private fun CheckmarkBox(
}
}

@Preview(showBackground = true)
@Preview(showBackground = true, locale = "en-rUS")
@Preview(showBackground = true, locale = "es-rES")
@Composable
private fun Template4PaywallPreview() {
InternalPaywall(
Expand Down

0 comments on commit 8eba172

Please sign in to comment.