mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 18:54:11 +08:00
docs(components): update color documentation
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user