parent
d6235453c9
commit
071efaf2df
2 changed files with 3 additions and 3 deletions
|
@ -236,7 +236,7 @@ export function lh(
|
|||
height: number,
|
||||
): TextStyle {
|
||||
return {
|
||||
lineHeight: (theme.typography[type].fontSize || 16) * height,
|
||||
lineHeight: Math.round((theme.typography[type].fontSize || 16) * height),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue