CheckoutTheme
public class CheckoutTheme
Class used to customize the views.
-
Background color of the views
Declaration
Swift
public static var primaryBackgroundColor: UIColor
-
Undocumented
Declaration
Swift
public static var secondaryBackgroundColor: UIColor
-
Background used for the Table View Cell in country selection table
Declaration
Swift
public static var tertiaryBackgroundColor: UIColor
-
Main text color
Declaration
Swift
public static var color: UIColor
-
Secondary text color
Declaration
Swift
public static var secondaryColor: UIColor
-
Error text color
Declaration
Swift
public static var errorColor: UIColor
-
Font
Declaration
Swift
public static var font: UIFont
-
Bar style, used for the search bar
Declaration
Swift
public static var barStyle: UIBarStyle