From 92980f7c79165f07f5df158daaa975d3a2c1819d Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Sun, 19 Oct 2025 20:19:52 +0200 Subject: [PATCH] Increase contrast --- web/components/widgets/pagination.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/components/widgets/pagination.tsx b/web/components/widgets/pagination.tsx index 6a4a9798..785280b2 100644 --- a/web/components/widgets/pagination.tsx +++ b/web/components/widgets/pagination.tsx @@ -150,7 +150,7 @@ export function PageNumbers(props: { }) { const { pageNumber, setPage, page } = props if (pageNumber === PAGE_ELLIPSES || typeof pageNumber === 'string') { - return
{PAGE_ELLIPSES}
+ return
{PAGE_ELLIPSES}
} return (