docs(label): specify that the color css variable only works in an item (#25888)

This commit is contained in:
Brandy Carney
2022-09-06 17:55:32 -04:00
committed by GitHub
parent 1a1491df02
commit 400b52e902

View File

@ -6,7 +6,7 @@
:host-context(.item) { :host-context(.item) {
/** /**
* @prop --color: Color of the label * @prop --color: Color of the label. This property is only available when using `ion-label` inside of an `ion-item`.
*/ */
--color: initial; --color: initial;