Skip to content

Commit

Permalink
fix: align progress bar with new tx button (#2274)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamacook authored Jul 11, 2023
1 parent da39b3d commit d2113f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/components/tx-flow/common/TxLayout/styles.module.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.container {
margin-top: 42px;
}

.header {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
Expand Down
2 changes: 1 addition & 1 deletion src/components/tx-flow/flows/NewTx/styles.module.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.container {
margin-top: 72px;
margin-top: 50px;
}

.chain {
Expand Down

0 comments on commit d2113f3

Please sign in to comment.