From 907f04396921aa0f29d144d906496a008f751f59 Mon Sep 17 00:00:00 2001 From: xlsea Date: Thu, 19 Jun 2025 23:30:54 +0800 Subject: [PATCH] =?UTF-8?q?style(projects):=20=E4=BF=AE=E6=94=B9=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E6=96=87=E6=9C=AC=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/theme/shared.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/store/modules/theme/shared.ts b/src/store/modules/theme/shared.ts index e980a799..8655d96d 100644 --- a/src/store/modules/theme/shared.ts +++ b/src/store/modules/theme/shared.ts @@ -252,6 +252,9 @@ export function getNaiveTheme(colors: App.Theme.ThemeColor, recommended = false) }, Tag: { borderRadius: '6px' + }, + Button: { + textColorPrimary: '#ffffff' } };