From 05fbb7b7ae154aa1bbbcbe2c48abc6ef5189048b Mon Sep 17 00:00:00 2001 From: Arlindo Pereira Date: Mon, 20 Jan 2025 12:54:36 +0100 Subject: [PATCH] PLAT-4145 Fix Link color --- src/typography/BodyText/BodyText.mixins.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/typography/BodyText/BodyText.mixins.scss b/src/typography/BodyText/BodyText.mixins.scss index ddd48f2e..b5a274df 100644 --- a/src/typography/BodyText/BodyText.mixins.scss +++ b/src/typography/BodyText/BodyText.mixins.scss @@ -135,7 +135,7 @@ @include self-or-descendent(a) { text-decoration: none; - color: #0076d1; + color: bk.$theme-text-link-default; &:hover { text-decoration: underline;