diff --git a/src/App.vue b/src/App.vue index b441d95..4387665 100644 --- a/src/App.vue +++ b/src/App.vue @@ -57,7 +57,7 @@ export default { }, 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]; }, @@ -280,4 +280,4 @@ export default { - \ No newline at end of file +