mirror of
https://github.com/davegallant/rfd-fyi.git
synced 2026-03-03 09:36:35 +00:00
Swap theme icons
This commit is contained in:
@@ -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];
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user