Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion components/Pagination.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ export default function Pagination({
<div className='relative'>
<button
onClick={handleDropdownToggle}
onBlur={() => setTimeout(() => setIsDropdownOpen(false), 200)}
className='px-2 py-2 rounded-lg border border-gray-300 dark:border-gray-600 bg-white dark:bg-gray-800 text-gray-900 dark:text-white text-sm w-[60px] sm:w-[65px] md:w-[70px] text-left flex items-center justify-between gap-1 hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors focus:outline-none focus:ring-2 focus:ring-primary-500 focus:ring-offset-2'
aria-label='Select page'
>
Expand Down
Loading