diff --git a/components/setStatus.tsx b/components/setStatus.tsx index 9c0b7fe..5ac18d4 100644 --- a/components/setStatus.tsx +++ b/components/setStatus.tsx @@ -63,11 +63,13 @@ export default function SetStatus() { const confirmation = () => { return( - + + onConfirm()}>Confirmer onCancel()}>Annuler + ) } @@ -155,7 +157,9 @@ const styles = StyleSheet.create({ textAlign: 'center', }, overlay:{ - backgroundColor:'transparent', - padding:20, + backgroundColor:'#00000080', + padding:80, + width:"100%", + height:"100%", }, });