From 54c5a7f7c593c254db9c6e27c2435ab7a48f707e Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sun, 15 Feb 2026 21:00:38 -0500 Subject: [PATCH] Swap theme icons --- src/App.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +