Add font to inputs

This commit is contained in:
Echo 2024-10-12 17:25:52 -04:00
parent 4ce7d5a065
commit 95c2bb0ae6
No known key found for this signature in database
GPG key ID: 70D4E283276672FB

View file

@ -24,7 +24,7 @@ if (!height) {
---
<input
style={`height: ${inputHeight}`}
style={`height: ${inputHeight}; font-family: 'Varela Round', sans-serif !important;`}
id={inputName + "-input"}
placeholder={placeholder || ""}
value={defaultTextContent || ""}