COMPONENT
- Add
text-decoration: underline to all types of links, but only for the text and not the icon.
- In the Chevron type, adjust the icon's margin-left to a custom size of 2px.
- Also in the Chevron type, add a 2px padding bottom only to the text for optical adjustment, without affecting the icon.
- Change font-weight to 400
- Add a new size: 12px
STORYBOOK
- On the
icon property, the first one is empty, it should be none

Updated handoff sheet here
EDIT, adding more stuff to change:
Add a target="_blank" attribute to the External Link to ensure that any external link opens in a new tab.
COMPONENT
text-decoration: underlineto all types of links, but only for the text and not the icon.STORYBOOK
iconproperty, the first one is empty, it should benoneUpdated handoff sheet here
EDIT, adding more stuff to change:
Add a
target="_blank"attribute to the External Link to ensure that any external link opens in a new tab.