Skip to content

Commit

Permalink
feat(badge-react): convert icons to pine
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelflips committed May 28, 2024
1 parent 61adfe7 commit 70577a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/sage-react/lib/Badge/Badge.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ export const Badge = React.forwardRef(({
<span className="sage-badge__value-text">
{value}
</span>
{isInteractive && (
<pds-icon name="down-small" size="12px" class="sage-badge__decor-icon sage-badge__decor-icon--down-small"> </pds-icon>
)}
</TagName>
{(isInteractive === true) && (
<span className="sage-badge__decor-icon sage-badge__decor-icon--down-small" />
)}
</span>
);
});
Expand Down

0 comments on commit 70577a0

Please sign in to comment.