From 710af7813857659209c18eaf6c78e6987233ad40 Mon Sep 17 00:00:00 2001 From: ocean_gao Date: Fri, 10 May 2024 15:41:28 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=88=86=E9=9A=94=E7=BA=BF=E9=A2=9C?= =?UTF-8?q?=E8=89=B2=E4=BC=98=E5=8C=96=20(#804)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/_theme/base.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/_theme/base.ts b/components/_theme/base.ts index 88ac559c..cdac5aa8 100644 --- a/components/_theme/base.ts +++ b/components/_theme/base.ts @@ -84,7 +84,7 @@ export const baseTheme = (themeOverrides: Theme = {}) => { textColorCaption: tint(base.fontColorBase, 0.8), borderColorDisabled: tint(base.fontColorBase, 0.8), - borderColorSplit: tint(base.fontColorBase, 0.94), + borderColorSplit: tint(base.fontColorBase, 0.9), borderColorInverse: base.white, borderBase: `${base.borderWidthBase} ${base.borderStyleBase} ${base.borderColorBase}`,