-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: join-item impacts the radius of its children #1957
Comments
Hi @Suniron, maybe not the smarter solution, but you can apply directly on the
|
It's not easy in a real app where we have deeply nested components 🤯 |
Of course, you are right! Maybe you can use a customization of your btn component on your CSS file, using Tailwind's @apply directive, following daisyUI docs (point 3 of daisyui.com/docs/customize) It' s only a workaround, but it could works...even if I don't know all the details of your real app. |
Fixed in |
What version of daisyUI are you using?
latest (tested in documentation and in Tailwind Play)
Describe your issue
Hey there,
In the latest version of DaisyUI, the
join-item
class override the radius of children.For example, if you have a
badge
or abtn
nested in a collapse that has ajoin-item
class,badge
, andbtn
do have not the original rounded aspect.Do you have a workaround for that? 🙏
What browsers are you seeing the problem on?
Chrome
Reproduction URL (optional)
https://play.tailwindcss.com/bI4RPexOut
The text was updated successfully, but these errors were encountered: