Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoSoto committed Oct 20, 2023
1 parent c974ec1 commit bbf93e9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,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 @@ -130,7 +130,7 @@ private fun buttonBrush(colors: TemplateConfiguration.Colors): Brush {
listOf(
colors.callToActionBackground,
secondaryColor,
)
),
)
} ?: SolidColor(colors.callToActionBackground)
}
Expand Down

0 comments on commit bbf93e9

Please sign in to comment.