A couple more android updates

This commit is contained in:
Paul Frazee 2022-12-19 19:43:28 -06:00
parent 19d5496bfc
commit 0401dfc5d3
3 changed files with 7 additions and 2 deletions

View file

@ -166,7 +166,7 @@ export const FeedItem = observer(function FeedItem({
style={styles.metaItem}
href={authors[0].href}
title={`@${authors[0].handle}`}>
<Text style={[s.f15, s.bold]}>
<Text style={[s.f15, s.bold, s.black]}>
{authors[0].displayName || authors[0].handle}
</Text>
</Link>
@ -265,9 +265,11 @@ const styles = StyleSheet.create({
},
metaItem: {
paddingRight: 3,
color: colors.black,
},
postText: {
paddingBottom: 5,
color: colors.black,
},
addedContainer: {