Skip to content

Add/line-height #1069

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Jul 29, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Improved Translations
  • Loading branch information
MenamAfzal committed Jul 25, 2024
commit 0cf5abd3702c592afcaaf51e6e57f79a56ca062b
4 changes: 3 additions & 1 deletion client/packages/lowcoder/src/constants/themeConstants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const theme = {
borderStyle: "solid",
margin: "3px",
padding: "3px",
lineHeight: "18px",
gridColumns: "24",
textSize: "14px",
// text: "#222222",
Expand All @@ -33,14 +34,15 @@ const text = {
const input = {
style: {
borderWidth: '0px',
background: 'transparent',
background: 'transparent',
},
labelStyle: {
borderWidth: '0px',
},
inputFieldStyle: {
// borderWidth: '1px',
border: theme.border,
lineHeight: theme.lineHeight,
}
};

Expand Down
1 change: 1 addition & 0 deletions client/packages/lowcoder/src/i18n/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,7 @@ export const en = {
"headerText": "Header Text Color",
"labelColor": "Label Color",
"label": "Label Color",
"lineHeight":"Line Height",
"subTitleColor": "SubTitle Color",
"titleText": "Title Color",
"success": "Success Color",
Expand Down