-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Only provide a default lineHeight when the fontSize is default #3966
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Considering the initial issue was logged on Android, it is espcially important that it be tested on Android. Disagree?
Agree! I was having emulator issues before I ran out of time EOD on Friday when I created this PR, but I will work on getting the Android testing done here. |
Sorry about that @deetergp, G2G now 👍 |
@deetergp Friendly bump because this resolves an hourly deploy blocker |
Hmm looks like it still needs an approval from @deetergp (Since this is an hourly deploy blocker and Scott's comment was addressed going to see if I can unassign to merge) |
@thienlnam You need to Dismiss his review |
@mountiny Thanks! |
Only provide a default lineHeight when the fontSize is default (cherry picked from commit d0c9578)
🚀 Cherry-picked to staging in version: 1.0.77-2🚀
|
🚀 Deployed to production in version: 1.0.77-5🚀
|
🚀 Deployed to staging in version: 1.0.77-6🚀
|
🚀 Deployed to production in version: 1.0.79-4🚀
|
Details
Our custom
Text
component provided a default line height. However, for larger fonts, that caused the text to appear cut off. To fix, we only provide a default line height when the font size is the default.Fixed Issues
$ #3964
Tests / QA Steps
Tested On
Screenshots
Web
Mobile Web
Desktop
iOS
Android