parent
e383dc0081
commit
f768e31ba6
|
|
@ -87,7 +87,7 @@ const handleSubmit = async (e) => {
|
|||
:placeholder="tl('footer.form.mesagge')"
|
||||
rows="5"
|
||||
required
|
||||
class="bg-[#EBE5D0] w-full py-2 px-4 mb-2 text-[#303335] placeholder:text-[#303335] focus:outline-none"
|
||||
class="bg-[#EBE5D0] w-full py-2 px-4 mb-2 text-[#303335] placeholder:text-[#303335] focus:outline-none resize-none"
|
||||
></textarea>
|
||||
|
||||
</fieldset>
|
||||
|
|
@ -185,4 +185,4 @@ const handleSubmit = async (e) => {
|
|||
fill: #1ecd97;
|
||||
font-size: 22px;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in New Issue