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`