Primary

public enum Primary

Actionable Palette

  • Default Actionable color

    Declaration

    Swift

    public static let `default`                = rgb(0, 122, 204)
  • Hover Actionable color

    Declaration

    Swift

    public static let hover                  = rgb(0, 92, 153)
  • Pressed Actionable color

    Declaration

    Swift

    public static let pressed                = rgb(0, 61, 102)
  • Light Actionable color

    Declaration

    Swift

    public static let light                  = rgb(238, 251, 255)