From d2113f3db1a7fa4d78114957b6b3c612925d63b0 Mon Sep 17 00:00:00 2001 From: Aaron Cook Date: Tue, 11 Jul 2023 17:09:22 +0200 Subject: [PATCH] fix: align progress bar with new tx button (#2274) --- src/components/tx-flow/common/TxLayout/styles.module.css | 4 ++++ src/components/tx-flow/flows/NewTx/styles.module.css | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/tx-flow/common/TxLayout/styles.module.css b/src/components/tx-flow/common/TxLayout/styles.module.css index d0fc2e53c9..504c07542d 100644 --- a/src/components/tx-flow/common/TxLayout/styles.module.css +++ b/src/components/tx-flow/common/TxLayout/styles.module.css @@ -1,3 +1,7 @@ +.container { + margin-top: 42px; +} + .header { border-bottom-left-radius: 0; border-bottom-right-radius: 0; diff --git a/src/components/tx-flow/flows/NewTx/styles.module.css b/src/components/tx-flow/flows/NewTx/styles.module.css index 09b83f0fec..b6fb3f8456 100644 --- a/src/components/tx-flow/flows/NewTx/styles.module.css +++ b/src/components/tx-flow/flows/NewTx/styles.module.css @@ -1,5 +1,5 @@ .container { - margin-top: 72px; + margin-top: 50px; } .chain {