diff --git a/core/src/components/input/input.scss b/core/src/components/input/input.scss index e598e0a03d..fba23ea21f 100644 --- a/core/src/components/input/input.scss +++ b/core/src/components/input/input.scss @@ -24,7 +24,7 @@ * @prop --highlight-color-invalid: The color of the highlight on the input when invalid * * @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. A large radius may display unevenly when using fill="outline"; if needed, use shape="round" instead or increase --padding-start. * @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 */ diff --git a/core/src/components/select/select.scss b/core/src/components/select/select.scss index fc41917fda..4ce325e28e 100644 --- a/core/src/components/select/select.scss +++ b/core/src/components/select/select.scss @@ -19,7 +19,7 @@ * @prop --highlight-color-valid: The color of the highlight on the select when valid * * @prop --border-color: Color of the select border - * @prop --border-radius: Radius of the select border + * @prop --border-radius: Radius of the select border. A large radius may display unevenly when using fill="outline"; if needed, use shape="round" instead or increase --padding-start. * @prop --border-style: Style of the select border * @prop --border-width: Width of the select border * diff --git a/core/src/components/textarea/textarea.scss b/core/src/components/textarea/textarea.scss index 76a56a15a4..2b6dac60f2 100644 --- a/core/src/components/textarea/textarea.scss +++ b/core/src/components/textarea/textarea.scss @@ -9,7 +9,7 @@ * * @prop --border-radius: Border radius of the textarea * @prop --border-color: Color of the border below the textarea when using helper text, error text, or counter - * @prop --border-radius: Radius of the textarea border + * @prop --border-radius: Radius of the textarea border. A large radius may display unevenly when using fill="outline"; if needed, use shape="round" instead or increase --padding-start. * @prop --border-style: Style of the border below the textarea when using helper text, error text, or counter * @prop --border-width: Width of the border below the textarea when using helper text, error text, or counter *