Fix sidebar tab bg color (#1229)

* Fix node library sidebar style

* Fix styles

* nit
This commit is contained in:
Chenlei Hu
2024-10-11 15:04:29 -04:00
committed by GitHub
parent f328d4cd81
commit c2377b62ac
5 changed files with 34 additions and 52 deletions

View File

@@ -1,6 +1,6 @@
<template>
<TreeExplorer
class="node-lib-bookmark-tree-explorer"
class="node-lib-bookmark-tree-explorer py-0"
ref="treeExplorerRef"
:roots="renderedBookmarkedRoot.children"
:expandedKeys="expandedKeys"