TextFieldStyling

public protocol TextFieldStyling

A protocol that defines the styling for a single text field component.

  • Undocumented

    Declaration

    Swift

    var textFont: Font { get }
  • Undocumented

    Declaration

    Swift

    var placeholderFont: Font { get }
  • Undocumented

    Declaration

    Swift

    var iconColorLight: Color { get }
  • Undocumented

    Declaration

    Swift

    var iconColorDark: Color { get }
  • Undocumented

    Declaration

    Swift

    var backgroundColorLight: Color { get }
  • Undocumented

    Declaration

    Swift

    var backgroundColorDark: Color { get }