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

Custom lineHeight #23

Open
ponchicken opened this issue Mar 26, 2020 · 1 comment
Open

Custom lineHeight #23

ponchicken opened this issue Mar 26, 2020 · 1 comment

Comments

@ponchicken
Copy link

ponchicken commented Mar 26, 2020

Can we have the ability to set custom lineHeight using setStyle?
I saw that parseStyle just cuts off all unnecessary props
setLineHeight can accept lineHeight, but it will never reach it

Probably we can add something like

if (style.lineHeight) {
  parsedStyle.lineHeight = style.lineHeight;
}

into parseStyle

@ayanonly1
Copy link
Contributor

ayanonly1 commented Apr 7, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants