-
Notifications
You must be signed in to change notification settings - Fork 98
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
Created Dark mode #228
base: main
Are you sure you want to change the base?
Created Dark mode #228
Conversation
@Ayushmaanagarwal1211 is attempting to deploy a commit to the samarthkadam's projects Team on Vercel. A member of the Team first needs to authorize it. |
Hii i created the css according to me but if you don't like something please let me know . |
Hii @SamarthKadam Have a look |
Hii @SamarthKadam please review it |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -14,6 +14,7 @@ import NotFoundPage from './pages/404Page'; | |||
|
|||
import Root,{loader as loadingAction} from './pages/Root'; | |||
import Search from './pages/Search'; | |||
import { DarkModeProvider } from './components/ToggleMode/DarkModeContext'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instead of having a specific DarkModeProvider, can we simply have a Theme provider that provides all the required colors? Based on the dark/light state, the colors will be displayed.
I've created a dark mode from that user can toggle light and dark mode .
closes : #222
bandicam.2024-06-01.19-52-15-033.mp4