Browse Source

style: update primary color to antd v6 default

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
pull/11792/head
afc163 2 weeks ago
parent
commit
3901b924d0
  1. 3
      config/defaultSettings.ts

3
config/defaultSettings.ts

@ -7,8 +7,7 @@ const Settings: ProLayoutProps & {
logo?: string; logo?: string;
} = { } = {
navTheme: 'light', navTheme: 'light',
// 拂晓蓝 colorPrimary: '#1677ff',
colorPrimary: '#1890ff',
layout: 'mix', layout: 'mix',
contentWidth: 'Fluid', contentWidth: 'Fluid',
fixedHeader: false, fixedHeader: false,

Loading…
Cancel
Save