Skip to content

Commit

Permalink
feat(test preview): [publish_preview] change card background
Browse files Browse the repository at this point in the history
  • Loading branch information
ddouglasz committed Dec 4, 2024
1 parent 6f1d62d commit 6d0ca59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/card/src/card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ const Card = (props: TCardProps) => {
// Overrides the default link styles
display: block;
// Disables link text styling
color: inherit;
// Changes the opacity of the content, not the card itself
& > div {
opacity: ${shouldBeDisabled ? 0.5 : 1};
}
background-color: ${designTokens.colorPrimary} !important;
`,
className: props.className,
};
Expand Down

0 comments on commit 6d0ca59

Please sign in to comment.