From 6d923912dc8cea6d037866f15845679799aa52f5 Mon Sep 17 00:00:00 2001 From: Adam Kudrna Date: Fri, 29 Nov 2024 11:15:18 +0100 Subject: [PATCH] fixup! fixup! fixup! fixup! fixup! Inherit link color in components using the Feedback color collection (#492) --- src/components/Card/README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/Card/README.md b/src/components/Card/README.md index 765998e3..42b2d3a1 100644 --- a/src/components/Card/README.md +++ b/src/components/Card/README.md @@ -150,10 +150,6 @@ for card content. To cover all possible needs of your project, Card is available in colors from [Feedback and Neutral color collections](/docs/foundation/collections#colors). -ℹ️ To meet users' expectation, links in the light neutral variant of Card use -the [default link color](/docs/foundation/colors/#text-colors). In other -variants, links are colored according to the variant. - ```docoff-react-preview