From 3fb10e3dfe91ac7232f42252756017cbbcbd406d Mon Sep 17 00:00:00 2001 From: George Lima Date: Wed, 19 Dec 2018 15:40:53 -0300 Subject: [PATCH] hotfix: add box-shadown in TransactionDetails wrapper --- app/components/transaction-details.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/components/transaction-details.js b/app/components/transaction-details.js index c3fdea5..36b57d3 100644 --- a/app/components/transaction-details.js +++ b/app/components/transaction-details.js @@ -23,6 +23,7 @@ const Wrapper = styled.div` flex-direction: column; align-items: center; border-radius: 6px; + box-shadow: 0px 0px 30px 0px black; `; const TitleWrapper = styled.div`