From 6d0ca5953c15dc2c54b9b310bb8a91f5eabfd344 Mon Sep 17 00:00:00 2001 From: Ddouglasz Date: Wed, 4 Dec 2024 12:08:38 +0100 Subject: [PATCH] feat(test preview): [publish_preview] change card background --- packages/components/card/src/card.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/components/card/src/card.tsx b/packages/components/card/src/card.tsx index 0e7eef0347..6861847a0f 100644 --- a/packages/components/card/src/card.tsx +++ b/packages/components/card/src/card.tsx @@ -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, };