From c9e618d41863243b2ea9d28e6b1870d00c038aaf Mon Sep 17 00:00:00 2001 From: Lykin <137850705+tiny-craft@users.noreply.github.com> Date: Sat, 11 May 2024 10:37:31 +0800 Subject: [PATCH] perf: remove padding top and bottom of tree item (#255) --- frontend/src/utils/theme.js | 3 +++ 1 file changed, 3 insertions(+) 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', },