From 4abe42712bf01bcf244b66b8222fe918ccbbe7bd Mon Sep 17 00:00:00 2001 From: Sean Perkins Date: Tue, 22 Nov 2022 16:41:32 -0500 Subject: [PATCH] docs(input): border style/width documentation (#26346) --- core/src/components/input/input.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/components/input/input.scss b/core/src/components/input/input.scss index 2c28096d89..5da5a29509 100644 --- a/core/src/components/input/input.scss +++ b/core/src/components/input/input.scss @@ -25,8 +25,8 @@ * * @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-style: Color 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-style: Style 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-font-style: initial;