Update width of confirmation modal
This commit is contained in:
@@ -184,6 +184,12 @@ const DelegationsPage = () => {
|
||||
}
|
||||
setConfirmationModalProps(undefined);
|
||||
}}
|
||||
sx={{
|
||||
width: {
|
||||
xs: '90%',
|
||||
sm: 600,
|
||||
},
|
||||
}}
|
||||
/>
|
||||
)}
|
||||
<Box display="flex" justifyContent="space-between" alignItems="center">
|
||||
|
||||
Reference in New Issue
Block a user