From 469b05c4be712acad389f6fb0c0b65f32466a36a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Ferreiro?= Date: Thu, 15 Dec 2022 15:39:46 +0000 Subject: [PATCH] fixing remaining text colors on android --- src/view/com/composer/ComposePost.tsx | 4 ++-- src/view/com/modals/CreateScene.tsx | 8 ++++---- src/view/com/post-thread/PostThreadItem.tsx | 3 ++- src/view/screens/Search.tsx | 1 + 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/src/view/com/composer/ComposePost.tsx b/src/view/com/composer/ComposePost.tsx index 03c7af32..5e294261 100644 --- a/src/view/com/composer/ComposePost.tsx +++ b/src/view/com/composer/ComposePost.tsx @@ -237,9 +237,9 @@ export const ComposePost = observer(function ComposePost({ - + {replyTo.text} diff --git a/src/view/com/modals/CreateScene.tsx b/src/view/com/modals/CreateScene.tsx index 646d5b24..52498c32 100644 --- a/src/view/com/modals/CreateScene.tsx +++ b/src/view/com/modals/CreateScene.tsx @@ -97,14 +97,14 @@ export function Component({}: {}) { return ( - Create a scene + Create a scene Scenes are invite-only groups which aggregate what's popular with members. - Scene Handle + Scene Handle - Scene Display Name + Scene Display Name - Scene Description + Scene Description - + {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', diff --git a/src/view/screens/Search.tsx b/src/view/screens/Search.tsx index f80ade35..2335962c 100644 --- a/src/view/screens/Search.tsx +++ b/src/view/screens/Search.tsx @@ -111,6 +111,7 @@ const styles = StyleSheet.create({ inputIcon: { marginRight: 10, color: colors.gray3, + alignSelf: 'center', }, input: { flex: 1,