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.
Hi,
Yes, it is a bug I already included a fix for the next Metronic v8.0.38 release.
To fix aside component in dark mode you have to remove bg-white class from aside component in file src/layout/aside/Aside.vue.