Merge branch 'main' into dev

pull/487/head
Michael Li 9 months ago
commit 1d52b2ca78
No known key found for this signature in database

@ -49,10 +49,10 @@
class="theme-switch-wrap" class="theme-switch-wrap"
> >
<template #checked-icon> <template #checked-icon>
<n-icon :component="LightModeOutlined" /> <n-icon :component="DarkModeOutlined" />
</template> </template>
<template #unchecked-icon> <template #unchecked-icon>
<n-icon :component="DarkModeOutlined" /> <n-icon :component="LightModeOutlined" />
</template> </template>
</n-switch> </n-switch>
</div> </div>

Loading…
Cancel
Save