Update threads to use design system

This commit is contained in:
Paul Frazee
2022-12-30 12:19:45 -06:00
parent 54c0115181
commit c54fa5b2e4
6 changed files with 63 additions and 137 deletions
+1 -1
View File
@@ -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,
}
}