-
I have a design requirement to use Button as Anchor tag. The button needs to be a primary variant with an external href. I tried to use @twilio-paste/button component versions 7.0.1 to latest, but in all of the versions, when I hover mouse over the button, the external link icon turns black in color making it difficult to see. Please take a look at screenshots below. This is how my code looks like.
Is there something I am missing? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @spatil32 Do you have a Code sandbox reproduction we can get? Outside of that is there any reason you are only updating If you are only updating an individual component you might have to spend particularly close attention to the peer dependency versions it requires and make sure they are up to date. Most simply, if you only list
as your paste dependencies, upgrades will be easier. |
Beta Was this translation helpful? Give feedback.
Hi @spatil32
Do you have a Code sandbox reproduction we can get?
Outside of that is there any reason you are only updating
@twilio-paste/button
and not@twilio-paste/core
?If you are only updating an individual component you might have to spend particularly close attention to the peer dependency versions it requires and make sure they are up to date.
Most simply, if you only list
as your paste dependencies, upgrades will be easier.