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() {
|
||||
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 {
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user