From bc14d90f56028c48eabb30ef73153eb6106c40e0 Mon Sep 17 00:00:00 2001 From: ddusichka <78527291+ddusichka@users.noreply.github.com> Date: Wed, 4 Dec 2024 14:56:33 -0500 Subject: [PATCH] profile styling --- frontend/app/(tabs)/profile.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/frontend/app/(tabs)/profile.tsx b/frontend/app/(tabs)/profile.tsx index d86a65c7..8a271e32 100644 --- a/frontend/app/(tabs)/profile.tsx +++ b/frontend/app/(tabs)/profile.tsx @@ -85,7 +85,7 @@ export default function ProfileScreen() { return ( userProfile && ( - + @@ -268,12 +268,14 @@ export default function ProfileScreen() { const { width: SCREEN_WIDTH } = Dimensions.get("window"); const styles = StyleSheet.create({ - container: { + page: { flex: 1, backgroundColor: "#fff", - paddingHorizontal: 24, minHeight: Dimensions.get("window").height - 80, }, + container: { + paddingHorizontal: 24, + }, header: { alignItems: "center", paddingVertical: 20, @@ -388,7 +390,7 @@ const styles = StyleSheet.create({ paddingHorizontal: 30, borderRadius: 20, alignSelf: "center", - marginVertical: 20, + marginBottom: 20, }, queueButtonText: { color: "#fff",