bug fixed

This commit is contained in:
Malini 2026-01-23 16:52:16 +05:30
parent 804e84a74b
commit 601e967c01

View File

@ -1642,7 +1642,7 @@ const handleExportCSV = () => {
<button
type="button"
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'}
</button>