From f1729151b34502f68e9e42790e9bb5c79280fd06 Mon Sep 17 00:00:00 2001 From: nico Date: Wed, 25 Feb 2026 21:24:39 +0800 Subject: [PATCH] Fix themeTokens light mode status colors Co-authored-by: Qwen-Coder --- src/utils/themeTokens.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/utils/themeTokens.ts b/src/utils/themeTokens.ts index f8413c22..7de99f30 100644 --- a/src/utils/themeTokens.ts +++ b/src/utils/themeTokens.ts @@ -386,3 +386,6 @@ export const getActiveStateStyles = (isActive: boolean, isDark: boolean = false) }; }; + + +