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}