Skip to content

Commit 9a6dbbd

Browse files
Merge pull request #386 from reactioncommerce/fix-385-aldeed-styled-extend
chore: switch styled-components `.extend` to `styled()`
2 parents 5b1827a + 1824a27 commit 9a6dbbd

File tree

3 files changed

+27
-251
lines changed

3 files changed

+27
-251
lines changed

package/src/components/CartSummary/v1/CartSummary.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const Td = styled.td`
3535
text-align: left;
3636
`;
3737

38-
const TdValue = Td.extend`
38+
const TdValue = styled(Td)`
3939
${addTypographyStyles("CartSummaryRightColumn", "bodyText")}
4040
text-align: right;
4141
`;

0 commit comments

Comments
 (0)