Pre Merge pull request !503 from 卢越/master

pull/503/MERGE
卢越 2024-08-19 09:36:58 +00:00 committed by Gitee
commit e4f8afca01
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 2 additions and 2 deletions

View File

@ -9,9 +9,9 @@ const { getPrefixCls } = useDesign()
const prefixCls = getPrefixCls('theme-switch') const prefixCls = getPrefixCls('theme-switch')
const Sun = useIcon({ icon: 'emojione-monotone:sun', color: '#fde047' }) const Sun = useIcon({ icon: 'emojione-monotone:crescent-moon', color: '#fde047' })
const CrescentMoon = useIcon({ icon: 'emojione-monotone:crescent-moon', color: '#fde047' }) const CrescentMoon = useIcon({ icon: 'emojione-monotone:sun', color: '#fde047' })
const appStore = useAppStore() const appStore = useAppStore()