From 612f8b942c3184db283384dd9f3c6c89003903ba Mon Sep 17 00:00:00 2001 From: TJ Egan Date: Mon, 16 Oct 2023 15:16:30 -0400 Subject: [PATCH] fix(Type): update style to use prefix (#14852) --- packages/type/scss/_default-type.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/type/scss/_default-type.scss b/packages/type/scss/_default-type.scss index c2fdc278f5b8..02abcd9f808b 100644 --- a/packages/type/scss/_default-type.scss +++ b/packages/type/scss/_default-type.scss @@ -6,6 +6,7 @@ // @use 'sass:meta'; @use 'styles' as *; +@use 'prefix' as *; /// Include default type styles /// @access public @@ -40,7 +41,7 @@ } a { - color: var(--cds-link-primary, #0062fe); + color: var(--#{$prefix}-link-primary, #0062fe); } em {