diff options
author | Paul Frazee <pfrazee@gmail.com> | 2022-12-06 10:15:59 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2022-12-06 10:15:59 -0600 |
commit | 4cc90b8ac98f00cb56001460bae12996763bd1c8 (patch) | |
tree | feb4a8f4377f60fcb2d8bd2ab8006b567ce57812 /src | |
parent | 8d3d26134f662f89e9b39697166e7fa8a8da2d84 (diff) | |
download | voidsky-4cc90b8ac98f00cb56001460bae12996763bd1c8.tar.zst |
Fix to unicode zero-width characters in expanded posts
Diffstat (limited to 'src')
-rw-r--r-- | src/view/com/post-thread/PostThreadItem.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/view/com/post-thread/PostThreadItem.tsx b/src/view/com/post-thread/PostThreadItem.tsx index 93cf4be37..a90990b5a 100644 --- a/src/view/com/post-thread/PostThreadItem.tsx +++ b/src/view/com/post-thread/PostThreadItem.tsx @@ -377,7 +377,6 @@ const styles = StyleSheet.create({ postTextLarge: { fontSize: 24, lineHeight: 32, - fontWeight: '300', }, postTextLargeContainer: { paddingLeft: 4, |