Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoSoto committed Oct 19, 2023
1 parent c7c598b commit b039836
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ private fun PurchaseButton(
.fillMaxWidth()
.background(
brush = buttonBrush(colors),
shape = ButtonDefaults.shape
shape = ButtonDefaults.shape,
),
onClick = { viewModel.purchaseSelectedPackage(context) },
colors = ButtonDefaults.buttonColors(
Expand Down Expand Up @@ -131,7 +131,7 @@ private fun buttonBrush(colors: TemplateConfiguration.Colors): Brush {
listOf(
colors.callToActionBackground,
secondaryColor,
)
),
)
} ?: SolidColor(colors.callToActionBackground)
}
Expand Down

0 comments on commit b039836

Please sign in to comment.