From 6db365bf23f1d6cef37de2aa48a6e460b28bd874 Mon Sep 17 00:00:00 2001 From: Binarybaron Date: Mon, 27 Oct 2025 00:03:38 +0100 Subject: [PATCH] fix(gui): add padding between Tx Info Box and Stepper on WithdrawDialogContent --- .../renderer/components/modal/wallet/WithdrawDialogContent.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src-gui/src/renderer/components/modal/wallet/WithdrawDialogContent.tsx b/src-gui/src/renderer/components/modal/wallet/WithdrawDialogContent.tsx index a6126bb3..4857f7f4 100644 --- a/src-gui/src/renderer/components/modal/wallet/WithdrawDialogContent.tsx +++ b/src-gui/src/renderer/components/modal/wallet/WithdrawDialogContent.tsx @@ -19,6 +19,7 @@ export default function WithdrawDialogContent({ display: "flex", flexDirection: "column", justifyContent: "space-between", + gap: 2, }} > {children}