You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We just upgraded from Radix Themes 1 to 3.1.4 and have been experiencing broken link styling. Notably, theres no hover underline effect. It also doesn't seem to respect --cursor-link
Update: After poking through the source code, I realized the underline + styling really only applies if it's literally a link, so you need to include a href in the component, e.g. <Link href="#"...
I'd love to be able to use the component WITHOUT needing to include the href property, but I understand if this isn't the purpose of the <Link /> component
I believe this is something that must have been updated since 1.0
We just upgraded from Radix Themes 1 to 3.1.4 and have been experiencing broken link styling. Notably, theres no hover underline effect. It also doesn't seem to respect
--cursor-link
Here's a Codesandbox demonstrating the issue: https://codesandbox.io/p/sandbox/k8thty
The text was updated successfully, but these errors were encountered: