From 469b05c4be712acad389f6fb0c0b65f32466a36a Mon Sep 17 00:00:00 2001 From: João Ferreiro Date: Thu, 15 Dec 2022 15:39:46 +0000 Subject: fixing remaining text colors on android --- src/view/com/post-thread/PostThreadItem.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/view/com/post-thread/PostThreadItem.tsx') diff --git a/src/view/com/post-thread/PostThreadItem.tsx b/src/view/com/post-thread/PostThreadItem.tsx index ec44a380a..e54931532 100644 --- a/src/view/com/post-thread/PostThreadItem.tsx +++ b/src/view/com/post-thread/PostThreadItem.tsx @@ -124,7 +124,7 @@ export const PostThreadItem = observer(function PostThreadItem({ style={styles.metaItem} href={authorHref} title={authorTitle}> - + {item.author.displayName || item.author.handle} @@ -390,6 +390,7 @@ const styles = StyleSheet.create({ fontFamily: 'System', fontSize: 16, lineHeight: 20.8, // 1.3 of 16px + color: 'black', }, postTextContainer: { flexDirection: 'row', -- cgit 1.4.1