SemanticColorPalette
public protocol SemanticColorPalette
Semantic color palette, used for messaging. Used to deliver information about success, error, warning.
Generally red for errors, green for success, yellow or organge for warning, blue or gray for informational messages.
-
Error colors.
Declaration
Swift
static var error: ColorPalette.Type { get }
-
Warning colors.
Declaration
Swift
static var warning: ColorPalette.Type { get }
-
Success colors.
Declaration
Swift
static var success: ColorPalette.Type { get }
-
Info/Nuetral colors.
Declaration
Swift
static var info: ColorPalette.Type { get }