Skip to content

Commit

Permalink
Merge pull request #107 from lovegaoshi/dev
Browse files Browse the repository at this point in the history
fix: default theme
  • Loading branch information
lovegaoshi authored Jan 24, 2025
2 parents 7a60d4f + 589ffcb commit a67dfc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/styles/skin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const skins = (key = setting.skin) => {
* various color themes
*
*/
return SkinMap[key ?? '诺莺Nox']?.() ?? AzusaTheme();
return SkinMap[key ?? '诺莺Nox']?.() ?? NoxTheme();
};
const playerStyle = getSkin();
return {
Expand Down

0 comments on commit a67dfc8

Please sign in to comment.