-
Notifications
You must be signed in to change notification settings - Fork 13
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
Migrate unmigrated styles to dark theme #191
Comments
@skks1212 @Ashesh3 i was not able to figure out why dark:bg-[some_color] when i am applying this in className it is not working as it should work can you please check?? |
@vishisht-dubey Our implementation of dark mode is different. We don't use the
|
Hii @skks1212 #191 this is the linked pr |
Go ahead! |
With the addition of our new Dark Theme, we have implemented special classes that substitute to relative colors depending on Theme.
for example,
bg-primary
substitutes tobg-white
in white mode andbg-black
in dark mode.A list of all the relative colors are present in constants.
We have to migrate unmigrated pages to these new classes. Majorly in the Admin Panel.
The text was updated successfully, but these errors were encountered: