Skip to content

Commit 9547e39

Browse files
docs(input): clarify color property description (#3471)
* docs(input): clarify color property description * fix anchor link
1 parent 288db0a commit 9547e39

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/api/input.md

+4
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,10 @@ import StartEndSlots from '@site/static/usage/v7/input/start-end-slots/index.md'
170170

171171
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.
172172

173+
:::note
174+
The `color` property does *not* change the text color of the input. For that, use the [`--color` CSS property](#css-custom-properties-1).
175+
:::
176+
173177
import Colors from '@site/static/usage/v7/input/theming/colors/index.md';
174178

175179
<Colors />

0 commit comments

Comments
 (0)