Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change rendering of help texts #1767

Closed
julien-deramond opened this issue Jan 10, 2023 · 1 comment · Fixed by #1779
Closed

Change rendering of help texts #1767

julien-deramond opened this issue Jan 10, 2023 · 1 comment · Fixed by #1779
Assignees

Comments

@julien-deramond
Copy link
Member

Help text has been added in the UI Kit v5 in the Forms artboard. It corresponds to our .form-text when used under a form control (generally an input or a text area). You can see an example at https://boosted.orange.com/docs/forms/overview/#overview where "We'll never share your [...]" is an Help text.

This issue is meant to be an update of the rendering of those help texts in all the documentation and the code.

Help text is no more a basic text but has the following characteristics (please double-check with the UI Kit v5):

  • color: #666
  • font size: 14px
  • line height: 16px
  • letter spacing: -0.1px
  • font weight: bold
  • margin between the component and the input: 6px
@hannahiss
Copy link
Member

Created PR #1948 to fix the margin problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants