Skip to content

Commit

Permalink
fix: azusatheme
Browse files Browse the repository at this point in the history
  • Loading branch information
lovegaoshi committed Jun 11, 2024
1 parent a390c11 commit 14534c4
Showing 1 changed file with 1 addition and 1 deletion.
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']?.() ?? AzusaTheme();
};
const playerStyle = getSkin();
return {
Expand Down

0 comments on commit 14534c4

Please sign in to comment.