File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
frontend/src/pages/Admin/OrganizationManagementPage Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -776,7 +776,7 @@ const OrganizationManagement = () => {
776776 < button
777777 onClick = { exportToCSV }
778778 disabled = { sortedOrganizations . length === 0 }
779- className = 'flex items-center gap-2 px-4 py-2 rounded-[10px] bg-[#D54242] text-white disabled:bg-gray-300 disabled:text-gray-500 disabled:cursor-not-allowed whitespace-nowrap font-medium'
779+ className = 'flex items-center gap-2 px-6 py-2.5 rounded-[10px] bg-[#D54242] text-white border border-[#D54242] disabled:bg-gray-300 disabled:text-gray-500 disabled:border-gray-300 disabled:cursor-not-allowed whitespace-nowrap font-medium'
780780 >
781781 < svg className = 'w-4 h-4' fill = 'none' stroke = 'currentColor' viewBox = '0 0 24 24' >
782782 < path
You can’t perform that action at this time.
0 commit comments