Skip to content

Commit 8e0ef82

Browse files
authored
Merge pull request #1657 from FromDoppler/doi-2364-fix-input-placeholder-styles
[DOI-2364] Fix styles input
2 parents b638e69 + 8b332bf commit 8e0ef82

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/customJs/tools/promotional/PromotionalViewer.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ export const PromotionalViewer: ViewerComponent<PromotionalValues> = (rest) => {
117117
#dp_promotional_form textarea::placeholder {
118118
color: #a8a8a8;
119119
font-size: 16px;
120+
font-weight: 400;
121+
opacity: 1;
120122
}
121123
`;
122124

src/customJs/tools/smartforms/smartFormViewer.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ export const SmartFormViewer: ViewerComponent<any> = ({ values, isViewer }) => {
7373
padding: ${values.fieldPadding};
7474
color: ${values.fieldColor};
7575
background-color: ${values.fieldBackgroundColor};
76+
font-family: inherit;
7677
font-size: ${values.fieldFontSize};
78+
font-weight: 400;
7779
width: 100%;
7880
`;
7981

0 commit comments

Comments
 (0)