Skip to content

Commit

Permalink
Update unstake form spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
kpyszkowski committed Oct 28, 2024
1 parent 2c0eb7e commit d6fe64c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function UnstakeDetails({
const { total, ...restFees } = details.transactionFee

return (
<Flex flexDirection="column" gap={10} mt={4}>
<Flex flexDirection="column" gap={10} mt={10}>
{featureFlags.GAMIFICATION_ENABLED && (
<WithdrawWarning balance={balance} currency={currency} />
)}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function UnstakeFormModal({
}
>
<UnstakeDetails balance={balance} currency="bitcoin" />
<FormSubmitButton mt={10}>Withdraw</FormSubmitButton>
<FormSubmitButton mt={8}>Withdraw</FormSubmitButton>
</TokenAmountForm>
)
}
Expand Down

0 comments on commit d6fe64c

Please sign in to comment.