bug fixed
This commit is contained in:
parent
804e84a74b
commit
601e967c01
@ -1642,7 +1642,7 @@ const handleExportCSV = () => {
|
|||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
onClick={closeModal}
|
onClick={closeModal}
|
||||||
className="h-8 px-4 text-sm font-medium text-[#374151] bg-white border border-[#B68A35] rounded-lg hover:bg-gray-50 "
|
className="h-10 px-4 text-sm font-medium text-[#374151] bg-white border border-[#B68A35] rounded-lg hover:bg-gray-50 "
|
||||||
>
|
>
|
||||||
{modalMode === 'view' ? 'Close' : 'Cancel'}
|
{modalMode === 'view' ? 'Close' : 'Cancel'}
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user