Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Commit

Permalink
[styled-components] Remove usage of deprecated API.
Browse files Browse the repository at this point in the history
  • Loading branch information
alloy committed Feb 21, 2019
1 parent f173ff1 commit 666a9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Components/Bidding/Components/Checkbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export const CheckMark = styled.View.attrs<CheckMarkProps>({})`
border-left-width: 2px;
`

export const DisabledMark = CheckMark.extend`
export const DisabledMark = styled(CheckMark)`
border-bottom-color: ${theme.colors.black30};
border-left-color: ${theme.colors.black30};
`

0 comments on commit 666a9eb

Please sign in to comment.