From e24ee56c27ec3dea27f9b9f26d943d3a03d341f9 Mon Sep 17 00:00:00 2001 From: trochas Date: Thu, 11 Dec 2025 11:32:57 +0100 Subject: [PATCH] overlay confirm en cours --- components/setStatus.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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%", }, });