about summary refs log tree commit diff
path: root/src/view/lib/styles.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/lib/styles.ts')
-rw-r--r--src/view/lib/styles.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/lib/styles.ts b/src/view/lib/styles.ts
index 8933a8d8e..299c0196a 100644
--- a/src/view/lib/styles.ts
+++ b/src/view/lib/styles.ts
@@ -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,
   }
 }