fixes
This commit is contained in:
@@ -64,7 +64,7 @@ const DiscussSection = () => {
|
||||
</span>
|
||||
</label>
|
||||
|
||||
<button disabled={(consult.phone == '') || (consult.email == '') || (consult.desc == '') || (consult.fio == '') || (!consult.conf)} onClick={() => mail()} className='btn btn-lg not-disabled:bg-blue-500 text-white rounded-full'>
|
||||
<button disabled={(consult.phone == '') || (consult.email == '') || (consult.desc == '') || (consult.fio == '') || (!consult.conf)} onClick={() => mail()} className='btn btn-lg text-white rounded-full font-light not-disabled:bg-[#1C8EFF]'>
|
||||
Оставить заявку
|
||||
</button>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user