feat: increase of the deal comment field

This commit is contained in:
2024-10-28 22:46:10 +04:00
parent bb34f12274
commit bc0c767a15

View File

@@ -163,6 +163,11 @@ const Content: FC<Props> = ({ deal }) => {
/>
)}
<Textarea
h={rem(150)}
styles={{
wrapper: {height:'90%'},
input: {height:'90%'}
}}
label={"Коментарий к сделке"}
placeholder={"Введите коментарий к сделке"}
{...form.getInputProps("comment")}