Skip to content

Commit

Permalink
Apply top padding to offer details only once
Browse files Browse the repository at this point in the history
  • Loading branch information
tonidero committed Oct 19, 2023
1 parent 07d423c commit 9daeb16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ internal fun OfferDetails(
) {
Box(
modifier = Modifier
.padding(vertical = UIConstant.defaultVerticalSpacing, horizontal = UIConstant.defaultHorizontalPadding),
.padding(bottom = UIConstant.defaultVerticalSpacing),
) {
IntroEligibilityStateView(
textWithNoIntroOffer = state.selectedLocalization.offerDetails,
Expand Down

0 comments on commit 9daeb16

Please sign in to comment.