Add font to inputs
This commit is contained in:
parent
4ce7d5a065
commit
95c2bb0ae6
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ if (!height) {
|
||||||
---
|
---
|
||||||
|
|
||||||
<input
|
<input
|
||||||
style={`height: ${inputHeight}`}
|
style={`height: ${inputHeight}; font-family: 'Varela Round', sans-serif !important;`}
|
||||||
id={inputName + "-input"}
|
id={inputName + "-input"}
|
||||||
placeholder={placeholder || ""}
|
placeholder={placeholder || ""}
|
||||||
value={defaultTextContent || ""}
|
value={defaultTextContent || ""}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue