refactor: minor ui improvements
This commit is contained in:
@@ -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"
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user