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

@ -12,8 +12,9 @@ import { createColorClasses } from '../../utils/theme';
})
export class Note {
/**
* The color to use from your Sass `$colors` map.
* 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 theming colors, see [theming](/docs/theming/basics).
*/
@Prop() color?: Color;