working out top of profile page w name, email, image, and sign out button.
This commit is contained in:
3
app/components/Post.tsx
Normal file
3
app/components/Post.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export const Post = () => {
|
||||
return null
|
||||
}
|
||||
@@ -26,7 +26,7 @@ export const SignOutButton = () => {
|
||||
const styles = StyleSheet.create({
|
||||
button: {
|
||||
width: '40%',
|
||||
height: '5%',
|
||||
height: '100%',
|
||||
backgroundColor: 'rgba(192, 196, 199, 1)',
|
||||
borderRadius: 5,
|
||||
alignItems: 'center',
|
||||
|
||||
Reference in New Issue
Block a user