Hi,
After I added "dark-mode" class to the body tag,
and updated the import as below:
```
@import "assets/sass/plugins.dark";
@import "assets/sass/style.dark";
```
I am only able to see a partial dark mode, the sidebar is still in light mode, and the New Member and New App button on the header is still light. I also noticed some other issues, such as the graph is still having a light gradient color.