Update width of confirmation modal

This commit is contained in:
fmtabbara
2024-03-19 21:03:11 +00:00
parent 2195310d06
commit 01e4abc95f
+6
View File
@@ -184,6 +184,12 @@ const DelegationsPage = () => {
}
setConfirmationModalProps(undefined);
}}
sx={{
width: {
xs: '90%',
sm: 600,
},
}}
/>
)}
<Box display="flex" justifyContent="space-between" alignItems="center">