From dcd6afb6af7b33bb2fff199c844f8fd3578f33fb Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Tue, 5 Aug 2025 17:47:18 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E9=BB=98=E8=AE=A4=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=E8=89=B2=E4=BF=AE=E6=94=B9=E4=B8=BA#1677FF(antd=E4=B8=BB?= =?UTF-8?q?=E9=A2=98=E8=89=B2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/src/en/guide/essentials/settings.md | 2 +- docs/src/en/guide/in-depth/theme.md | 20 ++++++++++--------- docs/src/guide/essentials/settings.md | 2 +- docs/src/guide/in-depth/theme.md | 20 ++++++++++--------- .../base/design/src/design-tokens/default.css | 9 +++++---- .../__snapshots__/config.test.ts.snap | 2 +- packages/@core/preferences/src/config.ts | 2 +- packages/@core/preferences/src/constants.ts | 2 +- 8 files changed, 32 insertions(+), 27 deletions(-) diff --git a/docs/src/en/guide/essentials/settings.md b/docs/src/en/guide/essentials/settings.md index 59a6c5c0..5135afbb 100644 --- a/docs/src/en/guide/essentials/settings.md +++ b/docs/src/en/guide/essentials/settings.md @@ -306,7 +306,7 @@ const defaultPreferences: Preferences = { theme: { builtinType: 'default', colorDestructive: 'hsl(348 100% 61%)', - colorPrimary: 'hsl(212 100% 45%)', + colorPrimary: 'hsl(215 100% 54%)', colorSuccess: 'hsl(144 57% 58%)', colorWarning: 'hsl(42 84% 61%)', mode: 'dark', diff --git a/docs/src/en/guide/in-depth/theme.md b/docs/src/en/guide/in-depth/theme.md index 11c9c992..233e100b 100644 --- a/docs/src/en/guide/in-depth/theme.md +++ b/docs/src/en/guide/in-depth/theme.md @@ -28,9 +28,10 @@ You can check the list below to understand all the available variables. ```css :root { - --font-family: -apple-system, blinkmacsystemfont, 'Segoe UI', roboto, - 'Helvetica Neue', arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', - 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; + --font-family: + -apple-system, blinkmacsystemfont, 'Segoe UI', roboto, 'Helvetica Neue', + arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', + 'Segoe UI Symbol', 'Noto Color Emoji'; /* Default background color of ...etc */ --background: 0 0% 100%; @@ -53,7 +54,7 @@ You can check the list below to understand all the available variables. /* Theme Colors */ - --primary: 212 100% 45%; + --primary: 215 100% 54%; --primary-foreground: 0 0% 98%; /* Used for destructive actions such as