hackalog-frontend
hackalog-frontend copied to clipboard
Giving a dark mode to the website
I want to work on this one. Kindly assign it to me.
Can you elaborate how are you planning to accomplish this task?
I was thinking of adding a toggle button at the top and then adding some classes based on dark-mode for buttons, texts, and background . Based on the toggle selection, classes should be changed.
I guess this part seems too big. But you are welcome if you want to try it out.
Yes, @shubhanshu02 bhaiya, I would like to try this one out.
@shubhanshu02 bhaiya , can we use 'atomize' for the theme toggling as it has ThemeProvider
or will I have to go with a different library .
Not sure about that. I can see the ThemeProvider
from atomize
is already used in the _app.tsx
.
https://github.com/COPS-IITBHU/hackalog-frontend/blob/62cada631f4f4027c96fc27c80bf686999cd4d55/pages/_app.tsx#L38-L51
Maybe someone from the Hackalog team can say better?? @COPS-IITBHU/2020
so may i go with some other package for the same .
whichever seems more feasible.