Skip to content

Commit df63d5f

Browse files
Macraheeliftikhar5
Mac
authored andcommitted
themeConstants
1 parent 98e48ec commit df63d5f

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

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

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,34 @@ const segmentedControl = {
6060
borderWidth: '0px',
6161
}
6262
};
63-
;
6463

64+
const columnLayout = {
65+
columnStyle: {
66+
borderWidth: '1px',
67+
}
68+
};
69+
70+
const tabbedContainer = {
71+
style: {
72+
borderWidth: '1px',
73+
}
74+
};
75+
76+
const step = {
77+
style: {text:'#D7D9E0'}
78+
};
79+
80+
const treeSelect = {
81+
inputFieldStyle: {
82+
borderWidth: '1px',
83+
}
84+
};
85+
86+
const pageLayout = {
87+
style: {
88+
borderWidth: '1px',
89+
}
90+
};
6591
export const defaultTheme: ThemeDetail = {
6692
primary: "#3377FF",
6793
textDark: "#222222",
@@ -90,6 +116,11 @@ export const defaultTheme: ThemeDetail = {
90116
table,
91117
link,
92118
rating,
119+
columnLayout,
120+
tabbedContainer,
121+
step,
122+
treeSelect,
123+
pageLayout,
93124
password: input,
94125
numberInput: input,
95126
textArea: input,

0 commit comments

Comments
 (0)