Skip to content

Commit

Permalink
fix(select): 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 10ba487 commit 1041cea
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ $-select-arrow-position-inverse-with-message: calc(100% - #{$-select-height + $-
}

.sage-select__arrow::before {
@include sage-icon-base(caret-down);
@include sage-icon-base(caret-down, md, pine);

align-items: center;
height: $-select-height;
Expand Down Expand Up @@ -143,7 +143,7 @@ $-select-arrow-position-inverse-with-message: calc(100% - #{$-select-height + $-
align-items: center;

.sage-select--value-selected & + .sage-select__arrow::before {
@include sage-icon-base(up-small);
@include sage-icon-base(up-small, md, pine);
}
}

Expand Down

0 comments on commit 1041cea

Please sign in to comment.