Skip to content

Commit

Permalink
fix(Type): update style to use prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan committed Oct 10, 2023
1 parent d317ff1 commit c548211
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/type/scss/_default-type.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//
@use 'sass:meta';
@use 'styles' as *;
@use 'prefix' as *;

/// Include default type styles
/// @access public
Expand Down Expand Up @@ -40,7 +41,7 @@
}

a {
color: var(--cds-link-primary, #0062fe);
color: var(--#{$prefix}-link-primary, #0062fe);
}

em {
Expand Down

0 comments on commit c548211

Please sign in to comment.