Skip to content

Commit

Permalink
chore: default theme use auto mode (#423)
Browse files Browse the repository at this point in the history
Signed-off-by: BobDu <[email protected]>
  • Loading branch information
BobDu authored Feb 6, 2024
1 parent 24dfe71 commit fe7b388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/modules/app/helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export interface AppState {
}

export function defaultSetting(): AppState {
return { siderCollapsed: false, theme: 'light', language: 'zh-CN' }
return { siderCollapsed: false, theme: 'auto', language: 'zh-CN' }
}

export function getLocalSetting(): AppState {
Expand Down

0 comments on commit fe7b388

Please sign in to comment.