diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-01-16 17:11:15 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-01-16 17:11:15 -0600 |
commit | 46a8dbdee1dc3640de326ee552a71f7c360e4077 (patch) | |
tree | 5f21b9f079c4000ae108a221eb9d6fcc00bef0c8 /src/view/com/posts | |
parent | 00b7189d5da5bc910ece5715dec2774185639c5e (diff) | |
download | voidsky-46a8dbdee1dc3640de326ee552a71f7c360e4077.tar.zst |
Dark mode color fixes
Diffstat (limited to 'src/view/com/posts')
-rw-r--r-- | src/view/com/posts/FeedItem.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/posts/FeedItem.tsx b/src/view/com/posts/FeedItem.tsx index 070c9c7c9..80e08ae75 100644 --- a/src/view/com/posts/FeedItem.tsx +++ b/src/view/com/posts/FeedItem.tsx @@ -142,7 +142,7 @@ export const FeedItem = observer(function ({ }> <FontAwesomeIcon icon="retweet" - style={[styles.includeReasonIcon, s.gray5]} + style={[styles.includeReasonIcon, {color: pal.colors.textLight}]} /> <Text type="body2" |