Skip to content

Custom lineHeight #23

Open
Open
@ponchicken

Description

@ponchicken

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions