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
After upgrading from alpha.8 to alpha.9, the border radius is wrong (different from the rest of the application) when using badge in the NavigationMenu. When inspecting HTML, this is the class (related to border radius) applied to the badge: rounded-[calc(var(--ui-radius)].
I also tried passing the class to BadgeProps but it doesn't work:
Environment
Is this bug related to Nuxt or Vue?
Nuxt
Version
v3.0.0-alpha.9
Reproduction
Description
After upgrading from
alpha.8
toalpha.9
, the border radius is wrong (different from the rest of the application) when using badge in the NavigationMenu. When inspecting HTML, this is the class (related to border radius) applied to the badge:rounded-[calc(var(--ui-radius)]
.I also tried passing the class to
BadgeProps
but it doesn't work:However, IMO the border radius should be inherited (no need to pass
class
).Additional context
No response
Logs
The text was updated successfully, but these errors were encountered: