src/layout/components/app-header-right/index.vue
@@ -28,6 +28,7 @@ <template #icon> <icon-moon-fill v-if="currentThemeMode === 'dark'" /> <icon-sun-fill v-if="currentThemeMode === 'light'" /> <icon-cloud v-if="currentThemeMode === 'custom'" /> <icon-desktop v-if="currentThemeMode === 'auto'" /> </template> </a-button>