Skip to content
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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Ayushmaanagarwal1211
Copy link
Contributor

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

Copy link

vercel bot commented Jun 1, 2024

@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.

@Ayushmaanagarwal1211
Copy link
Contributor Author

Hii i created the css according to me but if you don't like something please let me know .

@Ayushmaanagarwal1211
Copy link
Contributor Author

Hii @SamarthKadam Have a look

@Ayushmaanagarwal1211
Copy link
Contributor Author

Hii @SamarthKadam please review it

Copy link

vercel bot commented Jun 4, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
chat-box-jyxx ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 4, 2024 6:57am

@@ -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';
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implementing Dark mode
2 participants