perf: remove padding top and bottom of tree item (#255)

This commit is contained in:
Lykin 2024-05-11 10:37:31 +08:00
parent e8f76ce8ae
commit c9e618d418
1 changed files with 3 additions and 0 deletions

View File

@ -35,6 +35,9 @@ export const themeOverrides = {
tabGapLargeCard: '2px',
tabFontWeightActive: 450,
},
Tree: {
nodeWrapperPadding: '0 3px',
},
Card: {
colorEmbedded: '#FAFAFA',
},