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
Inside the classnames of the CheckboxPrimitive.Root element, there is border-neutral-200 and then immediately border-neutral-900. This is not evident in the css-variables version that just has border-primary.
I quickly tried a search to find the right code part where these class names are inside, but couldn't find it. Maybe someone with more experience in this codebase can fix this or point me where I would need to search.
The text was updated successfully, but these errors were encountered:
This issue has been automatically closed because it received no activity for a while. If you think it was closed by accident, please leave a comment. Thank you.
Running into the same issue here by checkbox component, the same CSS properties are being applied (border-slate-200 and border-slate-900) installed using the CLI.
Inside the classnames of the CheckboxPrimitive.Root element, there is
border-neutral-200
and then immediatelyborder-neutral-900
. This is not evident in the css-variables version that just hasborder-primary
.I quickly tried a search to find the right code part where these class names are inside, but couldn't find it. Maybe someone with more experience in this codebase can fix this or point me where I would need to search.
The text was updated successfully, but these errors were encountered: