Skip to content

Commit

Permalink
fix: 修改默认主题色为:#58b0fc
Browse files Browse the repository at this point in the history
  • Loading branch information
hacxy committed Mar 12, 2024
1 parent 532b118 commit 0ad6507
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/oh-my-live2d/src/config/config.ts
Expand Up @@ -6,7 +6,7 @@ const libServicePath = 'https://lib.oml2d.com';
// 默认配置选项, 实例化时会与用户传进来的合并
export const DEFAULT_OPTIONS: DefaultOptions = {
fixed: true,
primaryColor: '#58b0fc',
primaryColor: '#38B0DE',
sayHello: true,
transitionTime: 1000,
parentElement: document.body,
Expand Down

0 comments on commit 0ad6507

Please sign in to comment.