We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d28a6eb commit 6f083c8Copy full SHA for 6f083c8
packages/sage-react/lib/Label/Label.jsx
@@ -67,7 +67,7 @@ export const Label = React.forwardRef(({
67
</TagName>
68
{interactiveType === LABEL_INTERACTIVE_TYPES.SECONDARY_BUTTON && secondaryButton}
69
{(interactiveType === LABEL_INTERACTIVE_TYPES.DROPDOWN) && (
70
- <span className="sage-label__decor-icon sage-label__decor-icon--down-small" />
+ <pds-icon className="sage-label__decor-icon" name="down-small" />
71
)}
72
</span>
73
);
0 commit comments