feat: increase of the deal comment field
This commit is contained in:
@@ -163,6 +163,11 @@ const Content: FC<Props> = ({ deal }) => {
|
|||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
<Textarea
|
<Textarea
|
||||||
|
h={rem(150)}
|
||||||
|
styles={{
|
||||||
|
wrapper: {height:'90%'},
|
||||||
|
input: {height:'90%'}
|
||||||
|
}}
|
||||||
label={"Коментарий к сделке"}
|
label={"Коментарий к сделке"}
|
||||||
placeholder={"Введите коментарий к сделке"}
|
placeholder={"Введите коментарий к сделке"}
|
||||||
{...form.getInputProps("comment")}
|
{...form.getInputProps("comment")}
|
||||||
|
|||||||
Reference in New Issue
Block a user