Skip to content

Commit

Permalink
Merge pull request #386 from reactioncommerce/fix-385-aldeed-styled-e…
Browse files Browse the repository at this point in the history
…xtend

chore: switch styled-components `.extend` to `styled()`
  • Loading branch information
machikoyasuda authored Dec 18, 2018
2 parents 5b1827a + 1824a27 commit 9a6dbbd
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 251 deletions.
2 changes: 1 addition & 1 deletion package/src/components/CartSummary/v1/CartSummary.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const Td = styled.td`
text-align: left;
`;

const TdValue = Td.extend`
const TdValue = styled(Td)`
${addTypographyStyles("CartSummaryRightColumn", "bodyText")}
text-align: right;
`;
Expand Down
Loading

0 comments on commit 9a6dbbd

Please sign in to comment.