Skip to content

Commit

Permalink
fix: unnused styled component
Browse files Browse the repository at this point in the history
  • Loading branch information
cartcrom committed Oct 10, 2023
1 parent df5b87d commit 8954a7c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/components/TransactionConfirmationModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@ const ConfirmedIcon = styled(ColumnCenter)<{ inline?: boolean }>`
padding: ${({ inline }) => (inline ? '20px 0' : '32px 0;')};
`

const StyledLogo = styled.img`
height: 16px;
width: 16px;
margin-left: 6px;
`

const ConfirmationModalContentWrapper = styled(AutoColumn)`
padding-bottom: 12px;
`
Expand Down

0 comments on commit 8954a7c

Please sign in to comment.