docs(input): border style/width documentation (#26346)

This commit is contained in:
Sean Perkins
2022-11-22 16:41:32 -05:00
committed by GitHub
parent c0a8501657
commit 4abe42712b

View File

@ -25,8 +25,8 @@
* *
* @prop --border-color: Color of the border below the input when using helper text, error text, or counter * @prop --border-color: Color of the border below the input when using helper text, error text, or counter
* @prop --border-radius: Radius of the input * @prop --border-radius: Radius of the input
* @prop --border-style: Color of the border below the input when using helper text, error text, or counter * @prop --border-style: Style of the border below the input when using helper text, error text, or counter
* @prop --border-width: Color of the border below the input when using helper text, error text, or counter * @prop --border-width: Width of the border below the input when using helper text, error text, or counter
*/ */
--placeholder-color: initial; --placeholder-color: initial;
--placeholder-font-style: initial; --placeholder-font-style: initial;