diff options
author | Paul Frazee <pfrazee@gmail.com> | 2022-12-28 15:53:06 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2022-12-28 15:53:06 -0600 |
commit | 8f55e3149ec17dcbb39286670ff20729af1e9205 (patch) | |
tree | ab6087473002edf6829ef9a76b14598191ff1f36 /src/view/com/post/Post.tsx | |
parent | 23e7ae49d46b39b7b66aa6413ed29eabd270cd1d (diff) | |
download | voidsky-8f55e3149ec17dcbb39286670ff20729af1e9205.tar.zst |
Update notifications
Diffstat (limited to 'src/view/com/post/Post.tsx')
-rw-r--r-- | src/view/com/post/Post.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/view/com/post/Post.tsx b/src/view/com/post/Post.tsx index a058acf8e..8f2781ac2 100644 --- a/src/view/com/post/Post.tsx +++ b/src/view/com/post/Post.tsx @@ -205,10 +205,10 @@ export const Post = observer(function Post({ const styles = StyleSheet.create({ outer: { - marginTop: 1, - borderRadius: 6, backgroundColor: colors.white, padding: 10, + borderTopWidth: 1, + borderTopColor: colors.gray2, }, layout: { flexDirection: 'row', |