about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2022-12-06 10:15:59 -0600
committerPaul Frazee <pfrazee@gmail.com>2022-12-06 10:15:59 -0600
commit4cc90b8ac98f00cb56001460bae12996763bd1c8 (patch)
treefeb4a8f4377f60fcb2d8bd2ab8006b567ce57812 /src
parent8d3d26134f662f89e9b39697166e7fa8a8da2d84 (diff)
downloadvoidsky-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.tsx1
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,