Skip to content

Commit 1e7d1c0

Browse files
committed
tree style updated
1 parent 6f66684 commit 1e7d1c0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

client/packages/lowcoder/src/constants/themeConstants.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,15 @@ const checkbox = {
164164
}
165165
}
166166

167+
const tree = {
168+
...input.inputFieldStyle,
169+
labelStyle: {
170+
borderWidth: '0px',
171+
},
172+
style: { background: theme.primarySurface }
173+
174+
}
175+
167176

168177
export const defaultTheme: ThemeDetail = {
169178
...theme,
@@ -197,5 +206,6 @@ export const defaultTheme: ThemeDetail = {
197206
select: select,
198207
multiSelect: select,
199208
treeSelect: select,
209+
tree:tree
200210
},
201211
};

0 commit comments

Comments
 (0)