This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
Closed
Description
What is the expected behavior?
Space between icons and text should be 16px for both leading or trailing icons.
What is the actual behavior?
https://material-components.github.io/material-components-web-catalog/#/component/text-field
- Space between leading icon and text is currently 8px, for filled and outlined text fields
- space between trailing icon and text is 12px for filled text fields and 8px for outlined
Any other information you believe would be useful?
Note that the horizontal (both left and right) padding of the whole text field component should be
- 16px if no icon is present
- 12px if icon is present, see Text field/Select padding should be 12px if icon is present #4294 MDCTextField (Outlined): Spacing between trailing icon and outline is 14px, should be 8. #4148