mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-16 17:14:13 -05:00
fix(gui): add padding between Tx Info Box and Stepper on WithdrawDialogContent
This commit is contained in:
parent
0a62cefc5b
commit
6db365bf23
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ export default function WithdrawDialogContent({
|
||||||
display: "flex",
|
display: "flex",
|
||||||
flexDirection: "column",
|
flexDirection: "column",
|
||||||
justifyContent: "space-between",
|
justifyContent: "space-between",
|
||||||
|
gap: 2,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Box>{children}</Box>
|
<Box>{children}</Box>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue