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

fix: TextField padding between leadingContent and Label/BasicTextField #588

Merged
merged 1 commit into from
Aug 3, 2023

Conversation

soulcramer
Copy link
Contributor

📋 Changes description

We were using the default textfield horizontal spacing (16.dp) when even with leading/trailing content so we now use 8.dp only if there's one.

🤔 Context

As mentioned after a Design Review the spacing was bigger than wanted so we needed to reduce it to the correct value.

📸 Screenshots

image

Close #582

@soulcramer soulcramer added the Bug Bug to fix label Aug 2, 2023
@soulcramer soulcramer requested a review from a team August 2, 2023 18:27
@soulcramer soulcramer self-assigned this Aug 2, 2023
MarinaRomanova
MarinaRomanova previously approved these changes Aug 3, 2023
@soulcramer
Copy link
Contributor Author

@spark-ui-bot paparazzi golden images

@soulcramer soulcramer merged commit f5170e9 into main Aug 3, 2023
2 checks passed
@soulcramer soulcramer deleted the textfield-fix-padding branch August 3, 2023 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Bug to fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Textfield] The leading content has a end padding of 16.dp while it should be 8.dp
2 participants