iiitl / Note_Generator

Note Generator is a note-taking app for the web.
MIT License
0 stars 14 forks source link

Dark theme feature added to Notes App, issue #3 #17

Closed Karanagarwal12 closed 5 months ago

Karanagarwal12 commented 5 months ago

Added the dark mode feature as mentioned in issue #3. Please have a look if it is good or not

lightModeNotes darkModeNotes

AkhileshJyotishi commented 5 months ago

@Karanagarwal12

You resolving all the issues in the same branch.

You should create different branch for different issues.

For each different issue you should do -

git checkout main 

git checkout -b <branch-name>

branch name can be feature-\<branch-name> or bug-\<branch-name>

depending upon what issue you are tackling

Your work looks fine.Just make a different branch and create another pull request .

Thanks!!