diff --git a/docs/paymentsheet/com.stripe.android.paymentsheet/-payment-sheet/-appearance/-appearance.html b/docs/paymentsheet/com.stripe.android.paymentsheet/-payment-sheet/-appearance/-appearance.html index cf58a2dab51..8824bacc3f9 100644 --- a/docs/paymentsheet/com.stripe.android.paymentsheet/-payment-sheet/-appearance/-appearance.html +++ b/docs/paymentsheet/com.stripe.android.paymentsheet/-payment-sheet/-appearance/-appearance.html @@ -63,7 +63,7 @@

Appearance

-
constructor()
constructor(colorsLight: PaymentSheet.Colors = Colors.defaultLight, colorsDark: PaymentSheet.Colors = Colors.defaultDark, shapes: PaymentSheet.Shapes = Shapes.default, typography: PaymentSheet.Typography = Typography.default, primaryButton: PaymentSheet.PrimaryButton = PrimaryButton())
+
constructor()
constructor(colorsLight: PaymentSheet.Colors = Colors.defaultLight, colorsDark: PaymentSheet.Colors = Colors.defaultDark, shapes: PaymentSheet.Shapes = Shapes.default, typography: PaymentSheet.Typography = Typography.default, primaryButton: PaymentSheet.PrimaryButton = PrimaryButton())
constructor(colorsLight: PaymentSheet.Colors = Colors.defaultLight, colorsDark: PaymentSheet.Colors = Colors.defaultDark, shapes: PaymentSheet.Shapes = Shapes.default, typography: PaymentSheet.Typography = Typography.default, primaryButton: PaymentSheet.PrimaryButton = PrimaryButton(), embeddedAppearance: PaymentSheet.Appearance.Embedded = Embedded.default)