Update threads to use design system
This commit is contained in:
parent
55500e2f66
commit
55ca7dcce1
6 changed files with 63 additions and 137 deletions
|
@ -199,6 +199,6 @@ export function lh(
|
|||
height: number,
|
||||
): TextStyle {
|
||||
return {
|
||||
lineHeight: (theme.typography[type].lineHeight || 16) * height,
|
||||
lineHeight: (theme.typography[type].fontSize || 16) * height,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue