Skip to content

Commit

Permalink
chore: remove top margin from copy address
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-watters committed Mar 5, 2024
1 parent 4fc978e commit c97312b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/receive/components/receive-tokens.layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export function ReceiveTokensLayout(props: ReceiveTokensLayoutProps) {
onClose={() => navigate(backgroundLocation ?? '..')}
footer={
<Footer>
<Button fullWidth mt="space.05" onClick={() => onCopyAddressToClipboard(address)}>
<Button fullWidth onClick={() => onCopyAddressToClipboard(address)}>
Copy address
</Button>
</Footer>
Expand Down

0 comments on commit c97312b

Please sign in to comment.