From f8c83c061c43d4cfcbad2c77a11d690df15c3358 Mon Sep 17 00:00:00 2001 From: Denis Stetskov Date: Wed, 15 Dec 2021 17:21:40 +0200 Subject: [PATCH] empty tx list bottom margin change --- .../containers/Wallet/components/Wallet/EmptyTransaction.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/containers/Wallet/components/Wallet/EmptyTransaction.tsx b/src/app/containers/Wallet/components/Wallet/EmptyTransaction.tsx index 839ea9e3..2ac45c94 100644 --- a/src/app/containers/Wallet/components/Wallet/EmptyTransaction.tsx +++ b/src/app/containers/Wallet/components/Wallet/EmptyTransaction.tsx @@ -21,7 +21,7 @@ const EmptyListTitle = styled.div` text-align: center; color: #fff; opacity: 0.5; - margin-top: 20px; + margin: 20px 0; `; const EmptyTransaction = () => (