Describes the appearance of the radio button

interface RadioConfig {
    selectedColor?: PaymentSheet.ThemedColor;
    unselectedColor?: PaymentSheet.ThemedColor;
}

Properties

selectedColor?: PaymentSheet.ThemedColor

The color of the radio button when selected, represented as a hex string #AARRGGBB or #RRGGBB.

The root appearance.colors.primary
unselectedColor?: PaymentSheet.ThemedColor

The color of the radio button when unselected, represented as a hex string #AARRGGBB or #RRGGBB.

The root appearance.colors.componentBorder
MMNEPVFCICPMFPCPTTAAATR