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;