mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
added margin to name imput in popupform
This commit is contained in:
parent
0e862627f9
commit
a5d08d97a5
@ -11,6 +11,6 @@ export const PopupTextInput = ({ dataField, placeholder, style, item }:
|
||||
}) => {
|
||||
|
||||
return (
|
||||
<TextInput defaultValue={item?.name ? item.name : ""} dataField={dataField} placeholder={placeholder} inputStyle={style} type='text'></TextInput>
|
||||
<TextInput defaultValue={item?.name ? item.name : ""} dataField={dataField} placeholder={placeholder} inputStyle={style} type='text' containerStyle={'tw-mt-4 tw-mb-4'}></TextInput>
|
||||
)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user