From 400b52e902c5e20598dfec31599418cbd9f692e8 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Tue, 6 Sep 2022 17:55:32 -0400 Subject: [PATCH] docs(label): specify that the color css variable only works in an item (#25888) --- 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 f2041041e4..8cd1606ccc 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;