From b37293eec0dfc75fb88b8d8fc3c3c344d316f4fc Mon Sep 17 00:00:00 2001 From: Rafal Czajkowski Date: Thu, 28 Nov 2024 13:26:59 +0100 Subject: [PATCH] Update `ModalBody` horizontal padding The `ModalHeader` and `ModalBoyd` components should have the same horizontal padding. --- dapp/src/components/WelcomeModal.tsx | 2 +- dapp/src/theme/Modal.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dapp/src/components/WelcomeModal.tsx b/dapp/src/components/WelcomeModal.tsx index d29d17fdf..b68a6ce75 100644 --- a/dapp/src/components/WelcomeModal.tsx +++ b/dapp/src/components/WelcomeModal.tsx @@ -136,7 +136,7 @@ function WelcomeModalBase({ closeModal }: BaseModalProps) { {activeStepData.title} - + {activeStepData.content(embeddedApp)}