Dark mode color fixes
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user