Skip to content

Commit

Permalink
fix: update icon-base to include pine
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelflips committed May 28, 2024
1 parent 1041cea commit 2b021c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/sage-assets/lib/stylesheets/components/_icon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ $-icon-beside-type: (
&::before {
margin-right: sage-spacing(xs);

@include sage-icon-base($icon-name);
@include sage-icon-base($icon-name, md, pine);
}
}

Expand Down
2 changes: 1 addition & 1 deletion packages/sage-assets/lib/stylesheets/components/_link.scss
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ $-link-base-styles: (
text-decoration: none;

&::before {
@include sage-icon-base(question-circle, lg);
@include sage-icon-base(question-circle, lg, pine);

color: sage-color(charcoal, 100);
}
Expand Down
2 changes: 1 addition & 1 deletion packages/sage-assets/lib/stylesheets/components/_tab.scss
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ $-tab-color-disabled: map-get($sage-tab-colors, disabled);
order: 2;
color: sage-color(charcoal, 100);

@include sage-icon-base(right-small, xl);
@include sage-icon-base(right-small, xl, pine);
}
}
}
Expand Down

0 comments on commit 2b021c2

Please sign in to comment.