From 3901b924d0ad023ef2c266757d50cd61ba612a69 Mon Sep 17 00:00:00 2001 From: afc163 Date: Sun, 17 May 2026 00:25:12 +0800 Subject: [PATCH] style: update primary color to antd v6 default Co-Authored-By: Claude Opus 4.7 (1M context) --- config/defaultSettings.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/defaultSettings.ts b/config/defaultSettings.ts index 83ddb7bc..b0eb2e20 100644 --- a/config/defaultSettings.ts +++ b/config/defaultSettings.ts @@ -7,8 +7,7 @@ const Settings: ProLayoutProps & { logo?: string; } = { navTheme: 'light', - // 拂晓蓝 - colorPrimary: '#1890ff', + colorPrimary: '#1677ff', layout: 'mix', contentWidth: 'Fluid', fixedHeader: false,