PaymentFormThemeInput
Theme colors for a payment form.
This is an alias for the PaymentFormThemeInputUnion
type.
chevron_leftchevron_right
Parameters
Interface
Name | Type | Description |
---|---|---|
_ | "paymentFormTheme" | |
backgroundColor | number | A color of the payment form background in the RGB24 format |
textColor | number | A color of text in the RGB24 format |
hintColor | number | A color of hints in the RGB24 format |
linkColor | number | A color of links in the RGB24 format |
buttonColor | number | A color of the buttons in the RGB24 format |
buttonTextColor | number | A color of text on the buttons in the RGB24 format |