mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 08:33:20 +00:00
add min width for delete button, dropdown dakrtheme
This commit is contained in:
@@ -48,7 +48,7 @@ const Pagination: React.FC<PaginationProps> = ({
|
||||
<select
|
||||
value={rowsPerPage}
|
||||
onChange={(e) => onRowsPerPageChange(Number(e.target.value))}
|
||||
className="border border-gray-300 rounded px-2 py-1"
|
||||
className="border border-gray-300 rounded px-2 py-1 dark:bg-transparent dark:text-gray-50"
|
||||
>
|
||||
{rowsPerPageOptions.map((option) => (
|
||||
<option key={option} value={option}>
|
||||
|
||||
Reference in New Issue
Block a user