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:
@ -19,7 +19,9 @@ export class Button {
|
||||
@State() keyFocus = false;
|
||||
|
||||
/**
|
||||
* The color to use for the button.
|
||||
* 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