home disposition
This commit is contained in:
@@ -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,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user