Skip to content

Commit

Permalink
enhancement: making transfer confirm screen bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
dafuga committed Jul 22, 2023
1 parent 097d90c commit 4731207
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/evm/swap/confirm.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<style type="scss">
.container {
max-width: 500px;
width: 100%;
margin: auto;
padding: 3em;
background-color: transparent;
Expand Down
1 change: 1 addition & 0 deletions src/pages/evm/swap/success.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

<style type="scss">
.container {
width: 100%;
font-family: Arial, sans-serif;
margin: auto;
padding: 3em;
Expand Down

0 comments on commit 4731207

Please sign in to comment.