fix: Add nodeStyle property to input element in GlobalVariableModal component (#4380)

 (GlobalVariableModal.tsx): add nodeStyle prop to Input component for custom styling requirements
This commit is contained in:
Cristhian Zanforlin Lousa 2024-11-04 12:07:15 -03:00 committed by GitHub
commit e477782c46
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -170,6 +170,7 @@ export default function GlobalVariableModal({
setValue(e);
}}
placeholder="Insert a value for the variable..."
nodeStyle
/>
) : (
<Textarea