correction addChantier

This commit is contained in:
Rochas
2025-12-13 20:51:19 +01:00
parent 150c977306
commit 29abc4289e
5 changed files with 24 additions and 259 deletions

View File

@@ -253,14 +253,15 @@ export default function AddChantier() {
const styles = StyleSheet.create({
back:{
height:"80%",
height:"100%",
width:"100%",
},
container: {
flex: 1,
marginTop: Constants.statusBarHeight, //pour la barre menu du haut
},
header: {
marginTop:30,
marginTop:80,
alignItems: "center",
paddingHorizontal: 20,
},