docs(components): update color documentation

This commit is contained in:
Brandy Carney
2018-07-24 11:59:32 -04:00
parent 05b258c6ef
commit f0c15384a2
32 changed files with 82 additions and 34 deletions

View File

@ -14,7 +14,9 @@ export class Label {
@Element() el!: HTMLElement;
/**
* The color to use for the label's text
* The color to use from your application's color palette.
* Default options are: `"primary"`, `"secondary"`, `"tertiary"`, `"success"`, `"warning"`, `"danger"`, `"light"`, `"medium"`, and `"dark"`.
* For more information on colors, see [theming](/docs/theming/basics).
*/
@Prop() color?: Color;