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",