Merge pull request #481 from puzzle9/patch-1

Update main-nav.vue modify dark light icon position
pull/497/head
北野 - Michael Li 5 months ago committed by GitHub
commit bd6c3818f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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