Rework profile page to include working view selector

This commit is contained in:
Paul Frazee
2022-09-06 14:26:39 -05:00
parent 9abeb86168
commit 8b286a2179
19 changed files with 569 additions and 94 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ export const Post = observer(function Post({uri}: {uri: string}) {
const styles = StyleSheet.create({
outer: {
marginTop: 1,
borderRadius: 4,
borderRadius: 6,
backgroundColor: colors.white,
padding: 10,
},