From 14534c41d613bdfb57e519f48d14f6793f817583 Mon Sep 17 00:00:00 2001 From: lovegaoshi <106490582+lovegaoshi@users.noreply.github.com> Date: Tue, 11 Jun 2024 10:19:32 -0700 Subject: [PATCH] fix: azusatheme --- src/styles/skin.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/skin.ts b/src/styles/skin.ts index afa47df..edd2e97 100644 --- a/src/styles/skin.ts +++ b/src/styles/skin.ts @@ -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 {