home disposition

This commit is contained in:
2025-10-07 14:48:10 +02:00
parent cd39f45609
commit b508857000
3 changed files with 24 additions and 21 deletions
+5 -2
View File
@@ -285,7 +285,7 @@ const Home = () => {
projectId={menuProject?.id || null}
extraItems={moreMenuItems}
/>
<View style={styles.carouselSection}>
<View style={[styles.carouselSection, styles.carouselSectionElevated]}>
<FeatureCarousel
selectedProject={currentProject}
stageStates={stageStates}
@@ -360,6 +360,9 @@ const styles = StyleSheet.create({
carouselSection: {
width: "100%",
flex: 1,
marginBottom: 40,
},
carouselSectionElevated: {
marginTop: -100,
paddingTop: 80,
},
});