perf: remove padding top and bottom of tree item (#255)
This commit is contained in:
parent
e8f76ce8ae
commit
c9e618d418
|
@ -35,6 +35,9 @@ export const themeOverrides = {
|
||||||
tabGapLargeCard: '2px',
|
tabGapLargeCard: '2px',
|
||||||
tabFontWeightActive: 450,
|
tabFontWeightActive: 450,
|
||||||
},
|
},
|
||||||
|
Tree: {
|
||||||
|
nodeWrapperPadding: '0 3px',
|
||||||
|
},
|
||||||
Card: {
|
Card: {
|
||||||
colorEmbedded: '#FAFAFA',
|
colorEmbedded: '#FAFAFA',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue