hotfix: add box-shadown in TransactionDetails wrapper

This commit is contained in:
George Lima 2018-12-19 15:40:53 -03:00
parent 58f123eaff
commit 3fb10e3dfe
1 changed files with 1 additions and 0 deletions

View File

@ -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`