Skip to content

Json components height #1091

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Aug 8, 2024
Prev Previous commit
Next Next commit
tree style updated
  • Loading branch information
MenamAfzal committed Aug 6, 2024
commit 1e7d1c0c878b5b36db33dec419582961a26ed06a
10 changes: 10 additions & 0 deletions client/packages/lowcoder/src/constants/themeConstants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,15 @@ const checkbox = {
}
}

const tree = {
...input.inputFieldStyle,
labelStyle: {
borderWidth: '0px',
},
style: { background: theme.primarySurface }

}


export const defaultTheme: ThemeDetail = {
...theme,
Expand Down Expand Up @@ -197,5 +206,6 @@ export const defaultTheme: ThemeDetail = {
select: select,
multiSelect: select,
treeSelect: select,
tree:tree
},
};
Loading