Skip to content

Commit

Permalink
fix(label): convert icon to pine (#1896)
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelflips authored and kajabi-bot committed Jun 21, 2024
1 parent 4f84769 commit 57496a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sage-react/lib/Label/Label.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const Label = React.forwardRef(({
</TagName>
{interactiveType === LABEL_INTERACTIVE_TYPES.SECONDARY_BUTTON && secondaryButton}
{(interactiveType === LABEL_INTERACTIVE_TYPES.DROPDOWN) && (
<span className="sage-label__decor-icon sage-label__decor-icon--down-small" />
<pds-icon className="sage-label__decor-icon" name="down-small" />
)}
</span>
);
Expand Down

0 comments on commit 57496a7

Please sign in to comment.