Inttegro SDK for React Native - v0.2.0
    Preparing search index...

    Interface PaymentSheetAppearance

    Optional visual overrides applied to the native payment sheet.

    interface PaymentSheetAppearance {
        backgroundColor?: `#${string}`;
        cornerRadius?: number;
        primaryColor?: `#${string}`;
        textColor?: `#${string}`;
    }
    Index
    backgroundColor?: `#${string}`

    Background color for the sheet.

    cornerRadius?: number

    Sheet corner radius in points, from 0 through 40.

    primaryColor?: `#${string}`

    Accent color for primary actions.

    textColor?: `#${string}`

    Primary text color.