Enumeration ButtonColor

Primary colors used in the text button

Enumeration Members

Enumeration Members

NEGATIVE: "negative"

The red button, indicates a dangerous or a negative action (reject, delete, etc...)

Hex color #E64646

POSITIVE: "positive"

The green button, indicates a agree, confirm, ...etc

Hex color #4BB34B

PRIMARY: "primary"

The blue button, indicates the main action

Hex color #5181B8

SECONDARY: "secondary"

The white button, indicates secondary action

Hex color #FFFFFF

Generated using TypeDoc