diff --git a/src/components/Card/Card.module.scss b/src/components/Card/Card.module.scss index 2c86f36c..92032d79 100644 --- a/src/components/Card/Card.module.scss +++ b/src/components/Card/Card.module.scss @@ -1,5 +1,4 @@ // 1. Retain equal card widths in flex and grid layouts independently on their content. -// 2. For Cards, links theming is disabled for the light color from the Neutral color collection. @use "../../styles/tools/collections"; @use "settings"; @@ -46,7 +45,7 @@ $component-name: "Card", $variant-name: "color", $variant-value: $color, - $inherit-link-color: $color != "light", // 2. + $inherit-link-color: true, $properties: settings.$themeable-properties, ); }