diff --git a/packages/styles/scss/components/link-with-icon/_link-with-icon.scss b/packages/styles/scss/components/link-with-icon/_link-with-icon.scss index 43efdb358c8..37cabfe29c9 100644 --- a/packages/styles/scss/components/link-with-icon/_link-with-icon.scss +++ b/packages/styles/scss/components/link-with-icon/_link-with-icon.scss @@ -1,5 +1,5 @@ /** - * Copyright IBM Corp. 2016, 2023 + * Copyright IBM Corp. 2016, 2024 * * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. @@ -15,7 +15,7 @@ @use '../lightbox-media-viewer/lightbox-media-viewer'; @mixin link-with-icon { - .#{$c4d-prefix}--link-with-icon, + .#{$prefix}--link-with-icon, :host(#{$c4d-prefix}-link-with-icon), :host(#{$c4d-prefix}-link-list-item), :host(#{$c4d-prefix}-link-list-item-cta),