add min width for delete button, dropdown dakrtheme

This commit is contained in:
fadingNA
2024-11-09 16:59:00 -05:00
parent 0837295bd3
commit e00c6f2c14
3 changed files with 3 additions and 3 deletions

View File

@@ -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}>