jlaksana / UML2Code

UML diagram creator designed for intro CS students
https://uml2code.vercel.app
2 stars 0 forks source link

Dark Mode #64

Open jlaksana opened 11 months ago

jlaksana commented 11 months ago

Description As programmers, we love dark mode. Allow support for dark mode

Acceptance Criteria Create a toggle that controls dark mode or light mode. This setting should be saved across sessions.

Additional Information MUI has some built-in dark mode support. Will likely need to change base HTML tags into MUI components to take advantage of it. The diagram look will be handled manually.