Colors

public struct Colors

Color configuration struct for colors used within the SDK.

  • Initializes a color configuration struct.

    All colors are optional. If no provided default will be used.

    Declaration

    Swift

    public init(primary: UIColor? = nil)

    Parameters

    primary

    Color used as a primary e.g. buttons, tint color, shadows