Skip to content

Commit 91ca0e6

Browse files
style fixes
1 parent db615a1 commit 91ca0e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/pages/Admin/OrganizationManagementPage/OrganizationManagement.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)