From 02e21f8b46e2ec26a59cd5e256f9b3f2f237cb2c Mon Sep 17 00:00:00 2001 From: lutinglt Date: Thu, 7 Aug 2025 20:22:38 +0800 Subject: [PATCH] =?UTF-8?q?release=20=E4=BA=AE=E8=89=B2=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/components/release.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/styles/components/release.ts b/styles/components/release.ts index df46e0d..46f4bff 100644 --- a/styles/components/release.ts +++ b/styles/components/release.ts @@ -11,6 +11,7 @@ export const releaseTagMenu = css` font-weight: 500; &.active { background: ${themeVars.github.bgColor.accent.emphasis} !important; + color: ${themeVars.color.white}; } } } @@ -101,6 +102,8 @@ export const rightButton = css` &.tags { .ui.small.button { background-color: ${themeVars.color.button}; + border-color: ${themeVars.color.light.border}; + color: ${themeVars.color.text.light.self}; padding: 5px 16px; min-height: auto; line-height: 20px;