From dcac0f9655cc65d978c8b2882d3629ed80f977c3 Mon Sep 17 00:00:00 2001 From: monitor1394 Date: Tue, 10 Mar 2026 09:27:13 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E8=AE=BE=E7=BD=AE=E5=9C=86?= =?UTF-8?q?=E8=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Runtime/Component/Child/BorderStyle.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Runtime/Component/Child/BorderStyle.cs b/Runtime/Component/Child/BorderStyle.cs index 2a828ad5..d2a31857 100644 --- a/Runtime/Component/Child/BorderStyle.cs +++ b/Runtime/Component/Child/BorderStyle.cs @@ -15,7 +15,7 @@ namespace XCharts.Runtime [SerializeField] private float m_BorderWidth; [SerializeField] private Color32 m_BorderColor; [SerializeField] private bool m_RoundedCorner = true; - [SerializeField] private float[] m_CornerRadius = new float[] { 0, 0, 0, 0 }; + [SerializeField] private float[] m_CornerRadius = new float[] { 10, 10, 10, 10 }; /// /// whether the border is visible.