You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(textfield): remove extra padding on nested label and help (#2519)
* fix(textfield): nested label extra inline start padding
There were styles that were adding extra inline start padding to the
label and help text, when they are nested within Textfield (as shown on
the docs page for Textfield). This was particularly noticeable on the
quiet variation.
It looks like this previously was adding padding that matched the amount
of corner rounding, so text would start where the corner started its
curve.
On the design, there is no additional left padding. This update removes
that padding to adhere to the design.
* docs(textfield): use correct icon set for valid icon in storybook
Define the icon set used for the valid and invalid icons in Textfield.
This necessary story update was related to recent fixes to icon that
addressed the fact that icons with the same name exist in both
icon sets. This one wasn't caught in VRTs because Textfield does not
have a kitchen sink style story yet to represent all of its states.
0 commit comments