Skip to content

Commit 9ac3c28

Browse files
authored
fix: In continuous toolbox plugin, replace blocklyTreeLabel with blocklyToolboxCategoryLabel (#2633)
1 parent 66037b4 commit 9ac3c28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/continuous-toolbox/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export function registerContinuousToolbox() {
8282
display: flex;
8383
flex-direction: column;
8484
}
85-
.blocklyTreeLabel {
85+
.blocklyToolboxCategoryLabel {
8686
margin: auto;
8787
}
8888
.blocklyToolboxCategoryLabel {

0 commit comments

Comments
 (0)