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 = {
1212 borderStyle : "solid" ,
1313 margin : "3px" ,
1414 padding : "3px" ,
15+ lineHeight : "18px" ,
1516 gridColumns : "24" ,
1617 textSize : "14px" ,
1718 // text: "#222222",
@@ -33,14 +34,15 @@ const text = {
3334const input = {
3435 style : {
3536 borderWidth : '0px' ,
36- background : 'transparent' ,
37+ background : 'transparent' ,
3738 } ,
3839 labelStyle : {
3940 borderWidth : '0px' ,
4041 } ,
4142 inputFieldStyle : {
4243 // borderWidth: '1px',
4344 border : theme . border ,
45+ lineHeight : theme . lineHeight ,
4446 }
4547} ;
4648
Original file line number Diff line number Diff line change @@ -545,6 +545,7 @@ export const en = {
545545 "headerText" : "Header Text Color" ,
546546 "labelColor" : "Label Color" ,
547547 "label" : "Label Color" ,
548+ "lineHeight" :"Line Height" ,
548549 "subTitleColor" : "SubTitle Color" ,
549550 "titleText" : "Title Color" ,
550551 "success" : "Success Color" ,
You can’t perform that action at this time.
0 commit comments