-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Switch to newyork #2570
Comments
This won't affect the button heights, etc. You need to:
|
@pippinmole Thanks bro |
Yeah but you need as well to reinstall the component to override it |
You need to add --overwrite flag to reinstall the components for example: |
If you're on Linux or Mac you can use this to iterate and update all of the file names in your npx shadcn-ui@latest add src/components/ui/*(:t:r) --overwrite |
The glob syntax did not work for me, this however worked like a charm for me :): for component in src/components/ui/*; do
npx shadcn@latest add $(basename $component .tsx) --overwrite
done |
I installed the project with default theme now I want to switch to new york what can I do.
The text was updated successfully, but these errors were encountered: