diff --git a/frontend/src/utils/theme.js b/frontend/src/utils/theme.js index 91a4797..7f3ae67 100644 --- a/frontend/src/utils/theme.js +++ b/frontend/src/utils/theme.js @@ -35,6 +35,9 @@ export const themeOverrides = { tabGapLargeCard: '2px', tabFontWeightActive: 450, }, + Tree: { + nodeWrapperPadding: '0 3px', + }, Card: { colorEmbedded: '#FAFAFA', },