This is an automated email from the ASF dual-hosted git repository. ovilia pushed a commit to branch fix-toolbox in repository https://gitbox.apache.org/repos/asf/echarts.git
commit cc1815120e51b91c3f85afdd8136a7ac5909e6c3 Author: Ovilia <[email protected]> AuthorDate: Thu Nov 20 15:36:42 2025 +0800 fix(toolbox): fix default emphasis color --- src/component/toolbox/ToolboxModel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/component/toolbox/ToolboxModel.ts b/src/component/toolbox/ToolboxModel.ts index 5ddfa89a3..49debe77b 100644 --- a/src/component/toolbox/ToolboxModel.ts +++ b/src/component/toolbox/ToolboxModel.ts @@ -147,7 +147,7 @@ class ToolboxModel extends ComponentModel<ToolboxOption> { }, emphasis: { iconStyle: { - borderColor: tokens.color.accent50 + borderColor: tokens.color.accent70 } }, // textStyle: {}, --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
