Optional
backgroundBackground color of component
Check the token table to know which values to use
Example:
<backgroundColor="background-color" />
Optional
borderBorder Color of component
Check the token table to know which values to use
Example:
<borderColor="neutral-900" />
Optional
colorText color of components
Check the token table to know which values to use
Example:
<color="neutral-900" />
Optional
content"Use contrast colors for text and background"
Example:
<View contentColors backgroundColor="primary-500" />
Accepted values for text, background, and border colorization.
See below for an example using some of the properties:
Example: