docs(components): update color documentation

This commit is contained in:
octicon-git-branch(16/)
octicon-tag(16/)
Brandy Carney
2018-07-24 11:59:32 -04:00
gitea-unlock(16/)
parent 05b258c6ef
commit f0c15384a2
octicon-diff(16/tw-mr-1) 32 changed files with 82 additions and 34 deletions

3
core/src/components/card/card.tsx
View File

@@ -13,8 +13,9 @@ import { createColorClasses } from '../../utils/theme';
export class Card {
/**
* The color to use for the background.
* 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;