This commit is contained in:
Ilya Laktyushin
2022-12-03 21:57:32 +04:00
parent 9c1c901a97
commit 02e06779ef
135 changed files with 19521 additions and 711 deletions

View File

@@ -196,7 +196,7 @@ private final class AddPaymentMethodSheetComponent: CombinedComponent {
})
}
)),
backgroundColor: .white,
backgroundColor: .color(.white),
animateOut: animateOut
),
environment: {
@@ -204,6 +204,7 @@ private final class AddPaymentMethodSheetComponent: CombinedComponent {
SheetComponentEnvironment(
isDisplaying: environment.value.isVisible,
isCentered: false,
hasInputHeight: !environment.inputHeight.isZero,
dismiss: { animated in
if animated {
animateOut.invoke(Action { _ in