Skip to content

Commit

Permalink
fix(Coinify): use theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Welber committed Jun 6, 2018
1 parent 3894658 commit d0a7817
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const BankTransferDetailsWrapper = styled.div`
display: flex;
flex-direction: column;
padding: 30px;
border: 1px solid #EAEAEA;
border: 1px solid ${props => props.theme['gray-1']};
`

const BankTransferDetails = ({ trade }) => {
Expand Down

0 comments on commit d0a7817

Please sign in to comment.