Styling modifications and some formatting
This commit is contained in:
parent
b59456505a
commit
57b876bf05
2 changed files with 8 additions and 4 deletions
|
|
@ -16,7 +16,7 @@ export function PostView({ post }: { post: Post }): JSX.Element {
|
|||
|
||||
return (
|
||||
<View style={style.postView}>
|
||||
<Text style={style.postFont} >{thisPost.content}</Text>
|
||||
<Text style={style.postFont}>{thisPost.content}</Text>
|
||||
</View>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue