Skip to content

Commit

Permalink
Update horizontal divider colour
Browse files Browse the repository at this point in the history
  • Loading branch information
abeddow91 committed Sep 19, 2024
1 parent 3090e87 commit 8de1c6a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dotcom-rendering/src/components/Card/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,7 @@ const HorizontalDivider = () => (
<div
css={css`
${from.tablet} {
border-top: 1px solid
${themePalette('--card-border-supporting')};
border-top: 1px solid ${themePalette('--card-border-top')};
height: 1px;
width: 50%;
${from.tablet} {
Expand Down

0 comments on commit 8de1c6a

Please sign in to comment.