From 41c0fd96f70b983486ade2b3048adc87ee9fcc02 Mon Sep 17 00:00:00 2001 From: Rafal Czajkowski Date: Thu, 28 Nov 2024 12:50:21 +0100 Subject: [PATCH] Do not change the modal width There is no need to change the modal width - we should use the previous value. --- dapp/src/theme/Modal.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dapp/src/theme/Modal.ts b/dapp/src/theme/Modal.ts index 5008352a8..506c7d038 100644 --- a/dapp/src/theme/Modal.ts +++ b/dapp/src/theme/Modal.ts @@ -88,7 +88,7 @@ const sizeXl = multiStyleConfig.definePartsStyle({ }) const sizeLg = multiStyleConfig.definePartsStyle({ - dialog: { w: { xs: "95%" } }, + dialog: { w: "30rem" }, }) const sizeFull = multiStyleConfig.definePartsStyle({