working out top of profile page w name, email, image, and sign out button.

This commit is contained in:
Will Baumbach
2025-08-05 16:26:36 -05:00
parent 10815a9a81
commit 3dff86b296
5 changed files with 57 additions and 24 deletions

View File

@@ -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',