Skip to content

Commit 0cf5abd

Browse files
committed
Improved Translations
1 parent 3159fc0 commit 0cf5abd

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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 = {
3334
const 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

client/packages/lowcoder/src/i18n/locales/en.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)