Skip to content

Commit

Permalink
diff padding
Browse files Browse the repository at this point in the history
  • Loading branch information
panasetskaya committed Jan 23, 2025
1 parent 927699c commit b5a7605
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ private fun AddonQuoteCard(
visible = canExcludeAddons && state.showDetails && !quote.isExcludedByUser,
enter = expandVertically(expandFrom = Alignment.Top),
exit = shrinkVertically(shrinkTowards = Alignment.Top),
modifier = Modifier.padding(bottom = 8.dp),
modifier = Modifier.padding(top = 8.dp),
) {
HedvigButton(
text = stringResource(R.string.GENERAL_REMOVE),
Expand Down Expand Up @@ -413,7 +413,6 @@ private fun AddonQuoteCard(
displayName = quote.addonVariant.displayName,
contractGroup = null,
insurableLimits = emptyList(),
// todo: here we don't want to show insurable limits for addons, that may change later
documents = quote.addonVariant.documents,
subtitle = subtitle,
premium = quote.premium.toString(),
Expand Down

0 comments on commit b5a7605

Please sign in to comment.