Swap theme icons

This commit is contained in:
2026-02-15 21:00:38 -05:00
parent 20f294b8d7
commit 54c5a7f7c5

View File

@@ -57,7 +57,7 @@ export default {
}, },
themeIcon() { themeIcon() {
const icons = { auto: "brightness_auto", dark: "light_mode", light: "dark_mode" }; const icons = { auto: "brightness_auto", dark: "dark_mode", light: "light_mode" };
return icons[this.currentTheme]; return icons[this.currentTheme];
}, },
@@ -280,4 +280,4 @@ export default {
</div> </div>
</div> </div>
</div> </div>
</template> </template>