Skip to content

Commit 6f083c8

Browse files
authored
fix(label): convert icon to pine (#1896)
1 parent d28a6eb commit 6f083c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sage-react/lib/Label/Label.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export const Label = React.forwardRef(({
6767
</TagName>
6868
{interactiveType === LABEL_INTERACTIVE_TYPES.SECONDARY_BUTTON && secondaryButton}
6969
{(interactiveType === LABEL_INTERACTIVE_TYPES.DROPDOWN) && (
70-
<span className="sage-label__decor-icon sage-label__decor-icon--down-small" />
70+
<pds-icon className="sage-label__decor-icon" name="down-small" />
7171
)}
7272
</span>
7373
);

0 commit comments

Comments
 (0)