Open amaykorade opened 1 month ago
Thanks for working on this @amaykorade ! Before jumping into the review here are few things I wish to convey:
bugfix: fixed this bug
Commit description
Kindly go through these comments and let me know 👍
I have got it and will follow it and do I need to change the commit if yes then how to change it
To modify a commit, just do the code changes, then
git add .
git commit --amend
Hi @amaykorade apologies for the delayed response! Kindly rebase this branch against the latest main as it is showing some merge conflicts. I've mentioned the steps for rebasing in the discussions channel 👍
I have created a navbar in which I have added the button to toggle between the dark mode and the light mode.
The functions are added in the app folder name as changeTheme.
The color for dark is grey and for light is white