From 519ee7945c9ab0df99b621fb0f16a64ff931bc6e Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Tue, 6 Sep 2022 17:10:51 -0400 Subject: [PATCH] docs(label): specify that the color css variable only works in an item --- core/src/components/label/label.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/label/label.scss b/core/src/components/label/label.scss index f2041041e47..8cd1606ccc1 100644 --- a/core/src/components/label/label.scss +++ b/core/src/components/label/label.scss @@ -6,7 +6,7 @@ :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;