-
Notifications
You must be signed in to change notification settings - Fork 5.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
Select and TextArea components duplicated border classes #692
Comments
The duplicate class is caused by this: When a component has the List of affected components:
|
I encountered this issue with the radio-group and checkbox components today. On the Checkbox component I get On the RadioGroupItem component I get I am using the My {
"$schema": "https://ui.shadcn.com/schema.json",
"style": "default",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "tailwind.config.js",
"css": "src/styles/globals.css",
"baseColor": "gray",
"cssVariables": false,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils"
}
} EDIT: I am blind. There is another issue link right above. |
Hi, I love the new update, it's awesome ❤️
I found that the
border-neutral-200
anddark:border-neutral-800
classes on theselect.tsx
component are duplicated.I'm using
"cssVariables": false
.The text was updated successfully, but these errors were encountered: