File tree 2 files changed +3
-3
lines changed
Topbar/Toolbar/ColorScheme
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ function handleCopy() {
93
93
:options =" [
94
94
{ icon: 'i-ri:sun-line', label: '明亮', value: 'light' },
95
95
{ icon: 'i-ri:moon-line', label: '暗黑', value: 'dark' },
96
- { icon: 'i-ri:computer-line ', label: '系统', value: '' },
96
+ { icon: 'i-codicon:color-mode ', label: '系统', value: '' },
97
97
]"
98
98
class =" w-60"
99
99
/>
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ function toggleColorScheme(event: MouseEvent) {
40
40
<HDropdown class =" flex-center cursor-pointer px-2 py-1" >
41
41
<SvgIcon
42
42
:name =" {
43
- '': 'i-ri:computer-line ',
43
+ '': 'i-codicon:color-mode ',
44
44
'light': 'i-ri:sun-line',
45
45
'dark': 'i-ri:moon-line',
46
46
}[settingsStore.settings.app.colorScheme]" @click =" toggleColorScheme"
@@ -51,7 +51,7 @@ function toggleColorScheme(event: MouseEvent) {
51
51
:options =" [
52
52
{ icon: 'i-ri:sun-line', label: '', value: 'light' },
53
53
{ icon: 'i-ri:moon-line', label: '', value: 'dark' },
54
- { icon: 'i-ri:computer-line ', label: '', value: '' },
54
+ { icon: 'i-codicon:color-mode ', label: '', value: '' },
55
55
]"
56
56
class =" m-3"
57
57
/>
You can’t perform that action at this time.
0 commit comments