File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ function handleCopy() {
8787 :options =" [
8888 { icon: 'i-ri:sun-line', label: '明亮', value: 'light' },
8989 { icon: 'i-ri:moon-line', label: '暗黑', value: 'dark' },
90- { icon: 'i-ri:computer-line ', label: '系统', value: '' },
90+ { icon: 'i-codicon:color-mode ', label: '系统', value: '' },
9191 ]"
9292 class =" w-60"
9393 />
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ function toggleColorScheme(event: MouseEvent) {
4040 <HDropdown class =" flex-center cursor-pointer px-2 py-1" >
4141 <SvgIcon
4242 :name =" {
43- '': 'i-ri:computer-line ',
43+ '': 'i-codicon:color-mode ',
4444 'light': 'i-ri:sun-line',
4545 'dark': 'i-ri:moon-line',
4646 }[settingsStore.settings.app.colorScheme]" @click =" toggleColorScheme"
@@ -51,7 +51,7 @@ function toggleColorScheme(event: MouseEvent) {
5151 :options =" [
5252 { icon: 'i-ri:sun-line', label: '', value: 'light' },
5353 { icon: 'i-ri:moon-line', label: '', value: 'dark' },
54- { icon: 'i-ri:computer-line ', label: '', value: '' },
54+ { icon: 'i-codicon:color-mode ', label: '', value: '' },
5555 ]"
5656 class =" m-3"
5757 />
You can’t perform that action at this time.
0 commit comments