From 9e3ee2f2a8e9148f393360cfde63651d4bef7b4a Mon Sep 17 00:00:00 2001 From: amandaesmith3 Date: Mon, 26 Feb 2024 08:55:40 -0600 Subject: [PATCH 1/2] docs(input): clarify color property description --- docs/api/input.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/api/input.md b/docs/api/input.md index e90c5a02e85..1c443df28aa 100644 --- a/docs/api/input.md +++ b/docs/api/input.md @@ -170,6 +170,10 @@ import StartEndSlots from '@site/static/usage/v7/input/start-end-slots/index.md' Setting the `color` property changes the color palette for each input. On `ios` mode, this property changes the caret color. On `md` mode, this property changes the caret color and the highlight/underline color. +:::note +The `color` property does *not* change the text color of the input. For that, use the [`--color` CSS property](#css-custom-properties). +::: + import Colors from '@site/static/usage/v7/input/theming/colors/index.md'; From e7aa0377bbb5073b19113c5f39cdefd96b1305c3 Mon Sep 17 00:00:00 2001 From: amandaesmith3 Date: Mon, 26 Feb 2024 09:05:51 -0600 Subject: [PATCH 2/2] fix anchor link --- docs/api/input.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/input.md b/docs/api/input.md index 1c443df28aa..e15186c9b72 100644 --- a/docs/api/input.md +++ b/docs/api/input.md @@ -171,7 +171,7 @@ import StartEndSlots from '@site/static/usage/v7/input/start-end-slots/index.md' Setting the `color` property changes the color palette for each input. On `ios` mode, this property changes the caret color. On `md` mode, this property changes the caret color and the highlight/underline color. :::note -The `color` property does *not* change the text color of the input. For that, use the [`--color` CSS property](#css-custom-properties). +The `color` property does *not* change the text color of the input. For that, use the [`--color` CSS property](#css-custom-properties-1). ::: import Colors from '@site/static/usage/v7/input/theming/colors/index.md';