File tree Expand file tree Collapse file tree 1 file changed +32
-1
lines changed
client/packages/lowcoder/src/constants Expand file tree Collapse file tree 1 file changed +32
-1
lines changed Original file line number Diff line number Diff line change @@ -60,8 +60,34 @@ const segmentedControl = {
60
60
borderWidth : '0px' ,
61
61
}
62
62
} ;
63
- ;
64
63
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
+ } ;
65
91
export const defaultTheme : ThemeDetail = {
66
92
primary : "#3377FF" ,
67
93
textDark : "#222222" ,
@@ -90,6 +116,11 @@ export const defaultTheme: ThemeDetail = {
90
116
table,
91
117
link,
92
118
rating,
119
+ columnLayout,
120
+ tabbedContainer,
121
+ step,
122
+ treeSelect,
123
+ pageLayout,
93
124
password : input ,
94
125
numberInput : input ,
95
126
textArea : input ,
You can’t perform that action at this time.
0 commit comments