refactor: minor ui improvements

This commit is contained in:
liyasthomas
2021-08-15 15:18:04 +05:30
parent 8c70f83297
commit bfc0282e49
18 changed files with 525 additions and 449 deletions

View File

@@ -38,15 +38,15 @@ export default defineComponent({
getIcon(color: HoppBgColor) {
switch (color) {
case "system":
return "desktop_windows"
return "devices"
case "light":
return "wb_sunny"
return "light_mode"
case "dark":
return "nights_stay"
case "black":
return "bedtime"
return "dark_mode"
default:
return "desktop_windows"
return "devices"
}
},
},