From 6b262f536d7dd4cd1294e7e33856b07247e6ed39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Sat, 8 Feb 2025 17:17:56 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4M3=20Scheme=E9=83=A8=E5=88=86?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E7=9A=84=E9=A2=84=E8=A7=88=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page-components/scheme/m3-scheme/Preview.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/page-components/scheme/m3-scheme/Preview.tsx b/src/page-components/scheme/m3-scheme/Preview.tsx index 2672506..7c71d2b 100644 --- a/src/page-components/scheme/m3-scheme/Preview.tsx +++ b/src/page-components/scheme/m3-scheme/Preview.tsx @@ -156,7 +156,7 @@ function SurfaceColorSet({ surface, outline, outlineVariant }: SurfaceColorSetPr className={styles.color_block} style={{ backgroundColor: `#${outline}`, - color: `#${surface.surface}`, + color: `#${surface.root}`, }}> Outline @@ -245,7 +245,7 @@ function PreviewBlock({ title, baseline }: PreviewBlockProps) {