diff options
author | Paul Frazee <pfrazee@gmail.com> | 2022-11-18 10:58:48 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2022-11-18 10:58:48 -0600 |
commit | 69609d8732b67839c5be2a7463d52d8e0e707f6d (patch) | |
tree | cc4a6a8e1de48842dece0cde926b71c8b95d9062 /src/view/lib/styles.ts | |
parent | ff68e5b85a3042d008a06cd3e9b2e760d8c159af (diff) | |
download | voidsky-69609d8732b67839c5be2a7463d52d8e0e707f6d.tar.zst |
Add min height to post text
Diffstat (limited to 'src/view/lib/styles.ts')
-rw-r--r-- | src/view/lib/styles.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/lib/styles.ts b/src/view/lib/styles.ts index 4bea6443c..8bb26ef88 100644 --- a/src/view/lib/styles.ts +++ b/src/view/lib/styles.ts @@ -85,7 +85,7 @@ export const s = StyleSheet.create({ ['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 + ['lh17-1.3']: {lineHeight: 22.1}, // 1.3 of 17px ['lh18-1']: {lineHeight: 18}, ['lh18-1.3']: {lineHeight: 23.4}, // 1.3 of 18px |