Home > @infiniteobjects/shopify-data-manager > AdminTypes > CheckoutBrandingButton
The buttons customizations.
Signature:
export interface CheckoutBrandingButton
| Property | Modifiers | Type | Description |
|---|---|---|---|
| background? | Maybe<CheckoutBrandingBackgroundStyle | `${CheckoutBrandingBackgroundStyle}`> | (Optional) The background style used for buttons. | |
| blockPadding? | Maybe<CheckoutBrandingSpacing | `${CheckoutBrandingSpacing}`> | (Optional) The block padding used for buttons. | |
| border? | Maybe<CheckoutBrandingSimpleBorder | `${CheckoutBrandingSimpleBorder}`> | (Optional) The border used for buttons. | |
| cornerRadius? | Maybe<CheckoutBrandingCornerRadius | `${CheckoutBrandingCornerRadius}`> | (Optional) The corner radius used for buttons. | |
| inlinePadding? | Maybe<CheckoutBrandingSpacing | `${CheckoutBrandingSpacing}`> | (Optional) The inline padding used for buttons. | |
| typography? | Maybe<CheckoutBrandingTypographyStyle> | (Optional) The typography used for buttons. |