Skip to content

Commit f6c68f4

Browse files
committed
using existing arrow icon
1 parent 1c40561 commit f6c68f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Pill/Pill.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ let Pill = ({ value, onClick, followClick = false }) => (
2424
onClick={onClick}
2525
className={!onClick ? styles.disableIconAction : styles.iconAction}
2626
>
27-
<Icon name="arrow" width={20} height={20} fill="#1669a1" />
27+
<Icon name="right-outline" width={20} height={20} fill="#1669a1" />
2828
</a>
2929
)}
3030
</span>

0 commit comments

Comments
 (0)