From 33143373ff15e4dd91040cdf3e80eb6fec392356 Mon Sep 17 00:00:00 2001 From: Wesley <985189328@qq.com> Date: Thu, 31 Oct 2024 12:42:48 +0800 Subject: [PATCH] =?UTF-8?q?fix(button):=20button=20usage=20default=20theme?= =?UTF-8?q?=20isn=E2=80=99t=20default?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/button/_usage/props.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/button/_usage/props.json b/src/button/_usage/props.json index b8bc582acb..2075719daf 100644 --- a/src/button/_usage/props.json +++ b/src/button/_usage/props.json @@ -43,7 +43,7 @@ { "name": "theme", "type": "enum", - "defaultValue": "primary", + "defaultValue": "default", "options": [ { "label": "default",