From 01e4abc95f6fdd0445b53ab4d1d4c4d66babfce9 Mon Sep 17 00:00:00 2001 From: fmtabbara Date: Tue, 19 Mar 2024 21:03:11 +0000 Subject: [PATCH] Update width of confirmation modal --- explorer/src/pages/Delegations/index.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/explorer/src/pages/Delegations/index.tsx b/explorer/src/pages/Delegations/index.tsx index 6ae159b02b..3305b542df 100644 --- a/explorer/src/pages/Delegations/index.tsx +++ b/explorer/src/pages/Delegations/index.tsx @@ -184,6 +184,12 @@ const DelegationsPage = () => { } setConfirmationModalProps(undefined); }} + sx={{ + width: { + xs: '90%', + sm: 600, + }, + }} /> )}