From de86b1edee0f8754e58c31e27c75fa2c4042e4f5 Mon Sep 17 00:00:00 2001 From: Bart Date: Sun, 11 Apr 2021 11:05:22 +0200 Subject: [PATCH] fix: pagination showing wrong page and improved select stylign and a11y --- apps/blueprints/src/components/Pagination.tsx | 15 +++++++- apps/blueprints/src/components/Select.tsx | 38 ++++++++++--------- 2 files changed, 34 insertions(+), 19 deletions(-) diff --git a/apps/blueprints/src/components/Pagination.tsx b/apps/blueprints/src/components/Pagination.tsx index eb6412c..743324c 100644 --- a/apps/blueprints/src/components/Pagination.tsx +++ b/apps/blueprints/src/components/Pagination.tsx @@ -30,7 +30,7 @@ export const Pagination: React.FC = ({ {totalPages > 1 && (