File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
client/packages/lowcoder/src Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ const theme = {
12
12
borderStyle : "solid" ,
13
13
margin : "3px" ,
14
14
padding : "3px" ,
15
+ lineHeight : "18px" ,
15
16
gridColumns : "24" ,
16
17
textSize : "14px" ,
17
18
// text: "#222222",
@@ -33,14 +34,15 @@ const text = {
33
34
const input = {
34
35
style : {
35
36
borderWidth : '0px' ,
36
- background : 'transparent' ,
37
+ background : 'transparent' ,
37
38
} ,
38
39
labelStyle : {
39
40
borderWidth : '0px' ,
40
41
} ,
41
42
inputFieldStyle : {
42
43
// borderWidth: '1px',
43
44
border : theme . border ,
45
+ lineHeight : theme . lineHeight ,
44
46
}
45
47
} ;
46
48
Original file line number Diff line number Diff line change @@ -545,6 +545,7 @@ export const en = {
545
545
"headerText" : "Header Text Color" ,
546
546
"labelColor" : "Label Color" ,
547
547
"label" : "Label Color" ,
548
+ "lineHeight" :"Line Height" ,
548
549
"subTitleColor" : "SubTitle Color" ,
549
550
"titleText" : "Title Color" ,
550
551
"success" : "Success Color" ,
You can’t perform that action at this time.
0 commit comments