Skip to content

Commit 4dcf218

Browse files
committed
Adds missing focus-visible styles to the pagination
1 parent e4446b2 commit 4dcf218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/components/primitives/Pagination.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function pageUrl(location: ReturnType<typeof useLocation>, page: number): string
6464
}
6565

6666
const baseClass =
67-
"flex items-center justify-center border border-transparent min-w-6 h-6 px-1 text-xs font-medium transition text-text-dimmed rounded-sm";
67+
"flex items-center justify-center border border-transparent min-w-6 h-6 px-1 text-xs font-medium transition text-text-dimmed rounded-sm focus-visible:focus-custom";
6868
const unselectedClass = "hover:bg-tertiary hover:text-text-bright";
6969
const selectedClass = "border-charcoal-600 bg-tertiary text-text-bright hover:bg-charcoal-600/50";
7070

0 commit comments

Comments
 (0)