-
Notifications
You must be signed in to change notification settings - Fork 7
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
FormLabel - fix font color and height #579
Comments
Height issue was an error in design and was fixed, now height is aligned for all size variants. |
Hey @davidken91 , Hey @larserbach , I checked on the Form Label today and I saw that the colors are already correct. The only things missing are:
|
This is fixed:
|
Hi @larserbach and @thrbnhrtmnn , I removed the padding from the label but I can't seem to figure out why the font in the light version doesn't match Figma. I can see that we are using the correct tokens. Is it possible that we're using old values? |
Hey @davidken91 , as I wrote yesterday, the color is already correct on develop and matches figma :-) |
Conversation in Slack about this issue:
|
Description / User Story
When comparing the component in Figma and in Storybook, it seems like the color and the sizing are not perfectly aligned. The color of the font in the light default variant in Figma is hsla(216, 10%, 10% 1), but in Storybook it is hsla(220, 10%, 10% 1). The height of the container in light & dark default SM is 17px in Figma but 16px in Storybook and for light & dark default LG it is 25px in Figma and 24 in Storybook. In the error variant the height is aligned in Figma and in Storybook for all sizes, variants and themes.
Acceptance Criteria
Background information
The text was updated successfully, but these errors were encountered: