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
{{ message }}
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.
I have two different apps which use shad-cn as given in your repo. I want to use different color theme in both the apps. I am thinking if we need to make some change with component.json and global.css.
Some help needed on how to do it!!!
The text was updated successfully, but these errors were encountered:
So you want to have two different themes for your apps, right?
In that case you would just need to change the color variables in the globals.css, and you can either do that by using the built-in tool in shadcn website at https://ui.shadcn.com/themes, or you can update those hsl values manually.
You could create two css files, something like theme1.css \ theme2.css and then import them accordingly in your apps.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have two different apps which use shad-cn as given in your repo. I want to use different color theme in both the apps. I am thinking if we need to make some change with component.json and global.css.
Some help needed on how to do it!!!
The text was updated successfully, but these errors were encountered: