From cfc7e6df77c8e2b51c8f36f574439d30d20879e7 Mon Sep 17 00:00:00 2001 From: fmtabbara Date: Fri, 10 Jun 2022 21:40:49 +0100 Subject: [PATCH] widen delegation modals --- nym-wallet/src/components/Modals/styles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nym-wallet/src/components/Modals/styles.ts b/nym-wallet/src/components/Modals/styles.ts index de4621a2a8..1f3c92cb09 100644 --- a/nym-wallet/src/components/Modals/styles.ts +++ b/nym-wallet/src/components/Modals/styles.ts @@ -3,7 +3,7 @@ export const modalStyle = { top: '50%', left: '50%', transform: 'translate(-50%, -50%)', - width: 500, + width: 600, bgcolor: 'background.paper', boxShadow: 24, borderRadius: '16px',