shadcn-vue
shadcn-vue copied to clipboard
[Bug]: button link variant strange box shadow
Reproduction
https://www.shadcn-vue.com/docs/components/button#link
Describe the bug
Using focus(focus-within) on button has strange corners
System Info
docs
Contributes
- [ ] I am willing to submit a PR to fix this issue
- [ ] I am willing to submit a PR with failing tests
Same goes for other shadcn ports
It seems ring-offset and border-radius are not working well together, maybe in Tailwind v4 it will be resolved by replacing the ring with the outline property
https://tailwindcss.com/blog/tailwindcss-v4-alpha#whats-changed
Fixed in tailwindcss v4
https://v4.shadcn-vue.com/#button