This repository was archived by the owner on Mar 27, 2023. It is now read-only.
Replies: 1 comment
-
On the https://clarity.design/core-components/input/api/ you can see the properties to customize as necessary. You would apply the CSS properties onto the element as a style definition (or could be done in your CSS). <cds-input style="--font-size: 1.2rem">...</cds-input> cds-input {
--font-size: 1.2rem;
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am not able to change the font-size when I am using the cds-password or cds-input tag
because the text size is too small. Please could you help me
Beta Was this translation helpful? Give feedback.
All reactions