We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f66684 commit 1e7d1c0Copy full SHA for 1e7d1c0
client/packages/lowcoder/src/constants/themeConstants.ts
@@ -164,6 +164,15 @@ const checkbox = {
164
}
165
166
167
+const tree = {
168
+ ...input.inputFieldStyle,
169
+ labelStyle: {
170
+ borderWidth: '0px',
171
+ },
172
+ style: { background: theme.primarySurface }
173
+
174
+}
175
176
177
export const defaultTheme: ThemeDetail = {
178
...theme,
@@ -197,5 +206,6 @@ export const defaultTheme: ThemeDetail = {
197
206
select: select,
198
207
multiSelect: select,
199
208
treeSelect: select,
209
+ tree:tree
200
210
},
201
211
};
0 commit comments