about summary refs log tree commit diff
path: root/src/view/lib/styles.ts
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2022-11-05 16:12:06 -0500
committerPaul Frazee <pfrazee@gmail.com>2022-11-05 16:12:06 -0500
commitff9161d8e70fc2e6d066fd045bd2a380c63cb46c (patch)
treed21be07f1f54c4df8dbef152788359cbb9ba1315 /src/view/lib/styles.ts
parent5d6ab1f5485ab419e2c2155d91a9585bea8ff219 (diff)
downloadvoidsky-ff9161d8e70fc2e6d066fd045bd2a380c63cb46c.tar.zst
Sizing and spacing fixes based on on-device testing
Diffstat (limited to 'src/view/lib/styles.ts')
-rw-r--r--src/view/lib/styles.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/view/lib/styles.ts b/src/view/lib/styles.ts
index e3f3edb69..dfcaeef92 100644
--- a/src/view/lib/styles.ts
+++ b/src/view/lib/styles.ts
@@ -71,6 +71,7 @@ export const s = StyleSheet.create({
   f14: {fontSize: 14},
   f15: {fontSize: 15},
   f16: {fontSize: 16},
+  f17: {fontSize: 17},
   f18: {fontSize: 18},
 
   // line heights
@@ -82,6 +83,8 @@ export const s = StyleSheet.create({
   ['lh15-1.3']: {lineHeight: 19.5}, // 1.3 of 15px
   ['lh16-1']: {lineHeight: 16},
   ['lh16-1.3']: {lineHeight: 20.8}, // 1.3 of 16px
+  ['lh17-1']: {lineHeight: 17},
+  ['lh17-1.3']: {lineHeight: 22.1}, // 1.3 of 16px
   ['lh18-1']: {lineHeight: 18},
   ['lh18-1.3']: {lineHeight: 23.4}, // 1.3 of 18px