Actionable
public enum Actionable
Dark Actionable Palette
-
Default Dark Actionable color
Declaration
Swift
public static let `default` = rgb(69, 172, 229) -
Hover Dark Actionable color
Declaration
Swift
public static let hover = rgb(45, 115, 153) -
Pressed Dark Actionable color
Declaration
Swift
public static let pressed = rgb(30, 77, 102)
View on GitHub
Actionable Enumeration Reference