Skip to content

Commit

Permalink
Remove bottom padding from UpdatePaymentMethod screen (#9744)
Browse files Browse the repository at this point in the history
* Remove bottom padding from UpdatePaymentMethod screen

* Update screenshots
  • Loading branch information
amk-stripe authored Dec 5, 2024
1 parent a976f15 commit 51f98a2
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ internal sealed interface PaymentSheetScreen {
)
override val showsContinueButton: Boolean = false
override val topContentPadding: Dp = 0.dp
override val bottomContentPadding: Dp = formBottomContentPadding
override val bottomContentPadding: Dp = 0.dp
override val walletsDividerSpacing: Dp = verticalModeWalletsDividerSpacing
override val showsMandates: Boolean = false

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 51f98a2

Please sign in to comment.