Some style fixes
This commit is contained in:
@@ -69,7 +69,7 @@ let Post = (props) => {
|
||||
{" " + Moment(post.createdAt).fromNow()}
|
||||
</Text>
|
||||
</Text>
|
||||
<Text style={{ fontSize: 18 }}>{cleanContent}</Text>
|
||||
<Text style={{ fontSize: 16, paddingBottom:5 }}>{cleanContent}</Text>
|
||||
<Media content={post.content} postId={post._id} post={post} />
|
||||
</View> :
|
||||
<View>
|
||||
@@ -120,12 +120,12 @@ const styles = StyleSheet.create({
|
||||
fontSize: 14,
|
||||
fontWeight: 'bold',
|
||||
marginBottom: 5,
|
||||
fontSize: 18,
|
||||
fontSize: 17,
|
||||
},
|
||||
card: {
|
||||
margin: 8,
|
||||
backgroundColor: "#FFFFFF",
|
||||
borderRadius: 10,
|
||||
borderRadius: 5,
|
||||
},
|
||||
comment: {
|
||||
margin: 8,
|
||||
|
||||
Reference in New Issue
Block a user