Skip to content

Commit cc18151

Browse files
committed
fix(toolbox): fix default emphasis color
1 parent 6907c99 commit cc18151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/component/toolbox/ToolboxModel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ class ToolboxModel extends ComponentModel<ToolboxOption> {
147147
},
148148
emphasis: {
149149
iconStyle: {
150-
borderColor: tokens.color.accent50
150+
borderColor: tokens.color.accent70
151151
}
152152
},
153153
// textStyle: {},

0 commit comments

Comments
 (0)